forked from pool/haproxy
33 lines
678 B
Diff
33 lines
678 B
Diff
|
Index: examples/examples.cfg
|
||
|
===================================================================
|
||
|
--- examples/examples.cfg.orig
|
||
|
+++ examples/examples.cfg
|
||
|
@@ -3,8 +3,8 @@
|
||
|
# log 127.0.0.1 local1
|
||
|
maxconn 4000
|
||
|
ulimit-n 8000
|
||
|
- uid 0
|
||
|
- gid 0
|
||
|
+ user haproxy
|
||
|
+ group haproxy
|
||
|
# chroot /tmp
|
||
|
# nbproc 2
|
||
|
# daemon
|
||
|
Index: examples/haproxy.cfg
|
||
|
===================================================================
|
||
|
--- examples/haproxy.cfg.orig
|
||
|
+++ examples/haproxy.cfg
|
||
|
@@ -5,9 +5,9 @@
|
||
|
log 127.0.0.1 local1 notice
|
||
|
#log loghost local0 info
|
||
|
maxconn 4096
|
||
|
- chroot /usr/share/haproxy
|
||
|
- uid 99
|
||
|
- gid 99
|
||
|
+ chroot /var/lib/haproxy
|
||
|
+ user haproxy
|
||
|
+ group haproxy
|
||
|
daemon
|
||
|
#debug
|
||
|
#quiet
|