diff --git a/testenv/redirect-to-https.conf b/testenv/redirect-to-https.conf index 6a310968..11796e29 100644 --- a/testenv/redirect-to-https.conf +++ b/testenv/redirect-to-https.conf @@ -1 +1,3 @@ -return 301 https://$host:4430$request_uri; +location / { + return 301 https://$host:4430$request_uri; +}