forked from pool/haproxy
96 lines
2.6 KiB
Diff
96 lines
2.6 KiB
Diff
|
Index: haproxy-1.6.0/examples/acl-content-sw.cfg
|
||
|
===================================================================
|
||
|
--- haproxy-1.6.0.orig/examples/acl-content-sw.cfg
|
||
|
+++ haproxy-1.6.0/examples/acl-content-sw.cfg
|
||
|
@@ -5,9 +5,9 @@ global
|
||
|
log loghost local0
|
||
|
log localhost local0 err
|
||
|
maxconn 250
|
||
|
- uid 71
|
||
|
- gid 71
|
||
|
- chroot /var/empty
|
||
|
+ user haproxy
|
||
|
+ group haproxy
|
||
|
+ chroot /var/lib/haproxy
|
||
|
pidfile /var/run/haproxy.pid
|
||
|
daemon
|
||
|
quiet
|
||
|
Index: haproxy-1.6.0/examples/auth.cfg
|
||
|
===================================================================
|
||
|
--- haproxy-1.6.0.orig/examples/auth.cfg
|
||
|
+++ haproxy-1.6.0/examples/auth.cfg
|
||
|
@@ -1,7 +1,7 @@
|
||
|
global
|
||
|
-# chroot /var/empty/
|
||
|
-# uid 451
|
||
|
-# gid 451
|
||
|
+ user haproxy
|
||
|
+ group haproxy
|
||
|
+ chroot /var/lib/haproxy
|
||
|
log 192.168.131.214:8514 local4 debug
|
||
|
maxconn 8192
|
||
|
|
||
|
Index: haproxy-1.6.0/examples/content-sw-sample.cfg
|
||
|
===================================================================
|
||
|
--- haproxy-1.6.0.orig/examples/content-sw-sample.cfg
|
||
|
+++ haproxy-1.6.0/examples/content-sw-sample.cfg
|
||
|
@@ -11,9 +11,9 @@ global
|
||
|
maxconn 10000
|
||
|
stats socket /var/run/haproxy.stat mode 600 level admin
|
||
|
log 127.0.0.1 local0
|
||
|
- uid 200
|
||
|
- gid 200
|
||
|
- chroot /var/empty
|
||
|
+ user haproxy
|
||
|
+ group haproxy
|
||
|
+ chroot /var/lib/haproxy
|
||
|
daemon
|
||
|
|
||
|
# The public 'www' address in the DMZ
|
||
|
Index: haproxy-1.6.0/examples/option-http_proxy.cfg
|
||
|
===================================================================
|
||
|
--- haproxy-1.6.0.orig/examples/option-http_proxy.cfg
|
||
|
+++ haproxy-1.6.0/examples/option-http_proxy.cfg
|
||
|
@@ -6,9 +6,9 @@ global
|
||
|
maxconn 20000
|
||
|
ulimit-n 16384
|
||
|
log 127.0.0.1 local0
|
||
|
- uid 200
|
||
|
- gid 200
|
||
|
- chroot /var/empty
|
||
|
+ chroot /var/lib/haproxy
|
||
|
+ user haproxy
|
||
|
+ group haproxy
|
||
|
nbproc 4
|
||
|
daemon
|
||
|
|
||
|
Index: haproxy-1.6.0/examples/ssl.cfg
|
||
|
===================================================================
|
||
|
--- haproxy-1.6.0.orig/examples/ssl.cfg
|
||
|
+++ haproxy-1.6.0/examples/ssl.cfg
|
||
|
@@ -4,6 +4,9 @@
|
||
|
|
||
|
global
|
||
|
maxconn 100
|
||
|
+ chroot /var/lib/haproxy
|
||
|
+ user haproxy
|
||
|
+ group haproxy
|
||
|
|
||
|
defaults
|
||
|
mode http
|
||
|
Index: haproxy-1.6.0/examples/transparent_proxy.cfg
|
||
|
===================================================================
|
||
|
--- haproxy-1.6.0.orig/examples/transparent_proxy.cfg
|
||
|
+++ haproxy-1.6.0/examples/transparent_proxy.cfg
|
||
|
@@ -6,6 +6,10 @@
|
||
|
#
|
||
|
|
||
|
global
|
||
|
+ chroot /var/lib/haproxy
|
||
|
+ user haproxy
|
||
|
+ group haproxy
|
||
|
+
|
||
|
defaults
|
||
|
timeout client 30s
|
||
|
timeout server 30s
|