Delete nginx.conf

This commit is contained in:
2026-05-03 23:13:15 +02:00
parent 0fdc27ae46
commit bbb144fdd3
-17
View File
@@ -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;
}
}