aboutsummaryrefslogtreecommitdiffstats
path: root/www/ziproxy/files/patch-ziproxy.conf
blob: 4f4fdfa67eefbe033c854efa8f403865c1895ac4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- etc/ziproxy.conf.orig      Wed Jul 26 09:01:36 2006
+++ etc/ziproxy.conf   Mon Jul 31 01:07:02 2006
@@ -36,7 +36,7 @@
 ## HTTP auth file
 ## Should contain user:pass pairs, lines no longer than 128 chars
 ## Password is unencrypted
-# PasswdFile="/usr/local/ziproxy/ziproxy.passwd"
+# PasswdFile="/usr/local/etc/ziproxy.passwd"

 ## Forward everything to another proxy server.
 ## Modifications/compression is still applied.
@@ -151,13 +151,12 @@
 ## Note: The internal defaults give more precise error messages.
 ##
 ## 400 - Bad request (malformed URL, or unknown URL type)
-# CustomError400="/var/ziproxy/error/400.html"
+# CustomError400="%%DATADIR%%/error/400.html"
 ## 404 - Unknown host (Ziproxy will not issue 'page not found' errors itself)
-# CustomError404="/var/ziproxy/error/404.html"
+# CustomError404="%%DATADIR%%/error/404.html"
 ## 408 - Request timed out
-# CustomError408="/var/ziproxy/error/408.html"
+# CustomError408="%%DATADIR%%/error/408.html"
 ## 500 - Internal error (or empty response from server)
-# CustomError500="/var/ziproxy/error/500.html"
+# CustomError500="%%DATADIR%%/error/500.html"
 ## 503 - Connection refused (or service unavailable)
-# CustomError503="/var/ziproxy/error/503.html"
-
+# CustomError503="%%DATADIR%%/error/503.html"