summaryrefslogtreecommitdiff
path: root/apache/vhosts.d
diff options
context:
space:
mode:
Diffstat (limited to 'apache/vhosts.d')
-rw-r--r--apache/vhosts.d/wpad6
1 files changed, 6 insertions, 0 deletions
diff --git a/apache/vhosts.d/wpad b/apache/vhosts.d/wpad
new file mode 100644
index 0000000..d4b26fc
--- /dev/null
+++ b/apache/vhosts.d/wpad
@@ -0,0 +1,6 @@
+<VirtualHost *>
+ ServerName wpad
+ DocumentRoot /etc/local-COMMON/apache/wpad
+ RewriteEngine On
+ RewriteRule ^/.*$ /etc/local-COMMON/apache/wpad/wpad.dat [T=appilcation/x-ns-proxy-autoconfig]
+</VirtualHost>