diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/nginx.conf b/config/nginx.conf index c10583d..001f903 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -7,7 +7,7 @@ server { error_log /var/log/nginx/0x0.envs.net-error.log; location / { - return 301 https://$host$request_uri; + return 307 https://$host$request_uri; } location /.well-known/acme-challenge/ { |