wpad.dat per no-cache auslliefern

This commit is contained in:
2026-05-10 23:14:21 +02:00
parent 84f0a9a38e
commit b9b40ae904
+6
View File
@@ -2,6 +2,11 @@ server {
listen 80;
server_name wpad wpad.lan wpad.kernel.rip;
# PAC frisch halten - Browser sollen bei jedem Hit nachschauen
add_header Cache-Control "no-cache, must-revalidate" always;
add_header Pragma "no-cache" always;
expires 0;
location /wpad.dat {
root /var/www/wpad;
types { }
@@ -15,3 +20,4 @@ server {
default_type application/x-ns-proxy-autoconfig;
}
}