summaryrefslogtreecommitdiff
path: root/net/3proxy/files/patch-cfg_3proxy.cfg.sample
blob: 997125abb6e197e14f555922b6dd52b3ba2da175 (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
31
32
33
34
35
--- cfg/3proxy.cfg.sample.orig	2021-07-01 16:59:57 UTC
+++ cfg/3proxy.cfg.sample
@@ -30,15 +30,15 @@ users 3APA3A:CL:3apa3a "test:CR:$1$qwer$CHFTUFGqkjue9H
 # this example shows you how to include passwd file. For included files
 # <CR> and <LF> are treated as field separators.
 
-#daemon
+daemon
 # now we will not depend on any console (daemonize). daemon must be given
 # before any significant command on *nix.
 
-service
+#service
 # service is required under NT if you want 3proxy to start as service
 
-#log /var/log/3proxy/log D
-log c:\3proxy\logs\3proxy.log D
+log %%3PROXY_LOGDIR%%/log D
+#log c:\3proxy\logs\3proxy.log D
 # log allows to specify log file location and rotation, D means logfile
 # is created daily
 
@@ -72,10 +72,10 @@ log c:\3proxy\logs\3proxy.log D
 logformat "- +_L%t.%.  %N.%p %E %U %C:%c %R:%r %O %I %h %T"
 
 
-#archiver gz /bin/gzip %F
+archiver gz /usr/bin/gzip %F
 #archiver zip zip -m -qq %A %F
 #archiver zip pkzipc -add -silent -move %A %F
-archiver rar rar a -df -inul %A %F
+#archiver rar rar a -df -inul %A %F
 # if archiver specified log file will be compressed after closing.
 # you should specify extension, path to archiver and command line, %A will be
 # substituted with archive file name, %f - with original file name.