From bbb144fdd38b367309c738cdf34ed2f0631d465e Mon Sep 17 00:00:00 2001 From: sesh Date: Sun, 3 May 2026 23:13:15 +0200 Subject: [PATCH] Delete nginx.conf --- nginx.conf | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 nginx.conf diff --git a/nginx.conf b/nginx.conf deleted file mode 100644 index c39665c..0000000 --- a/nginx.conf +++ /dev/null @@ -1,17 +0,0 @@ -server { - listen 80; - server_name wpad wpad.lan wpad.kernel.rip; - - location /wpad.dat { - root /var/www/wpad; - types { } - default_type application/x-ns-proxy-autoconfig; - } - - # WPAD spec wants both /wpad.dat and /proxy.pac available - location /proxy.pac { - alias /var/www/wpad/wpad.dat; - types { } - default_type application/x-ns-proxy-autoconfig; - } -}