From 153a330b4323f5c161903616621af3a1b4a42c2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88?= Date: Sun, 24 Aug 2025 17:05:10 -0400 Subject: [PATCH] chore: removing dead config code --- nginx/filesystem/etc/nginx/conf.d/nginx.conf | 28 -------------------- 1 file changed, 28 deletions(-) diff --git a/nginx/filesystem/etc/nginx/conf.d/nginx.conf b/nginx/filesystem/etc/nginx/conf.d/nginx.conf index eed86b6..02b1823 100644 --- a/nginx/filesystem/etc/nginx/conf.d/nginx.conf +++ b/nginx/filesystem/etc/nginx/conf.d/nginx.conf @@ -95,11 +95,6 @@ server { # as directory, then redirect to index(angular) if no file found. try_files $uri =404; } - - # Google search picked up things that don't exist, we need to get rid of them here - location /downloads.htm { - return 404; - } error_page 404 /404.html; @@ -119,29 +114,6 @@ server { location = /50x.html { root /usr/share/nginx/html; } - - # proxy the PHP scripts to Apache listening on 127.0.0.1:80 - # - #location ~ \.php$ { - # proxy_pass http://127.0.0.1; - #} - - # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000 - # - #location ~ \.php$ { - # root html; - # fastcgi_pass 127.0.0.1:9000; - # fastcgi_index index.php; - # fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name; - # include fastcgi_params; - #} - - # deny access to .htaccess files, if Apache's document root - # concurs with nginx's one - # - #location ~ /\.ht { - # deny all; - #} } server {