From 634f83238c9f99949152ddbcbce1efba21c1f0d8 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 14 Oct 2009 01:03:29 -0400 Subject: Use uid/gid 80 --- config/haproxy/haproxy.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/haproxy/haproxy.inc') diff --git a/config/haproxy/haproxy.inc b/config/haproxy/haproxy.inc index 103f71fe..af2cf736 100644 --- a/config/haproxy/haproxy.inc +++ b/config/haproxy/haproxy.inc @@ -107,8 +107,8 @@ function haproxy_configure() { fwrite ($fd, "global\n"); fwrite ($fd, "\tmaxconn\t\t\t".$a_global['maxconn']."\n"); fwrite ($fd, "\tlog\t\t\t127.0.0.1 local0\n"); - fwrite ($fd, "\tuid\t\t\t200\n"); - fwrite ($fd, "\tgid\t\t\t200\n"); + fwrite ($fd, "\tuid\t\t\t80\n"); + fwrite ($fd, "\tgid\t\t\t80\n"); $numprocs = trim(`/sbin/sysctl kern.smp.cpus | cut -d" " -f2`); fwrite ($fd, "\tnbproc\t\t\t$numprocs\n"); fwrite ($fd, "\tchroot\t\t\t/var/empty\n"); -- cgit v1.2.3