diff --git a/docs/index.rst b/docs/index.rst index 359272a..1cc2a9e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -373,7 +373,7 @@ Create the web server configuration server { listen 80; - return 301 https://$server_name$request_uri; + return 301 https://$host$request_uri; }