diff --git a/nginx/nginx.conf.template b/nginx/nginx.conf.template index ee3f30e..07b01d7 100644 --- a/nginx/nginx.conf.template +++ b/nginx/nginx.conf.template @@ -390,9 +390,6 @@ http { } location /change { - - alias "/var/www/html/change"; - try_files $uri /change/index.html; # Set proxy headers proxy_set_header Host $host;