diff options
author | Maxim Devaev <[email protected]> | 2021-11-12 06:22:45 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-11-12 06:22:45 +0300 |
commit | 9c56f9433253574f098fd2664acf26aba69b05fe (patch) | |
tree | 48311d890b84c0aa91e1e63e5479b9dae167651e /testenv/redirect-to-https.conf | |
parent | eb95257c600133dc1bb9c0b89493844183a2cb74 (diff) |
testenv https redirect
Diffstat (limited to 'testenv/redirect-to-https.conf')
-rw-r--r-- | testenv/redirect-to-https.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testenv/redirect-to-https.conf b/testenv/redirect-to-https.conf new file mode 100644 index 00000000..6a310968 --- /dev/null +++ b/testenv/redirect-to-https.conf @@ -0,0 +1 @@ +return 301 https://$host:4430$request_uri; |