diff --git a/nginx/default.conf b/nginx/default.conf index d4d5b49..11dfd3d 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -9,6 +9,6 @@ server { } location / { - return 301 https://host$request_uri; + return 301 https://$host$request_uri; } }