diff --git a/test/vhosts/www-server.localhost.conf b/test/vhosts/www-server.localhost.conf index 3131a4c..b4f9d61 100644 --- a/test/vhosts/www-server.localhost.conf +++ b/test/vhosts/www-server.localhost.conf @@ -4,5 +4,5 @@ server { server_name www-server.localhost; - return 301 $scheme://www.www-server.localhost$request_uri; + return 301 $scheme://www.$host$request_uri; }