From a2d4ef77f4374e1f07c382ed8d3a5e30662a063d Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 30 Dec 2024 12:22:58 +0000 Subject: [PATCH] Update nginx --- nginx/nginx.conf.template | 3 --- 1 file changed, 3 deletions(-) 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;