diff options
Diffstat (limited to 'aai-common-docker/aai-haproxy-image/src/main/docker/haproxy.cfg')
-rw-r--r-- | aai-common-docker/aai-haproxy-image/src/main/docker/haproxy.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-common-docker/aai-haproxy-image/src/main/docker/haproxy.cfg b/aai-common-docker/aai-haproxy-image/src/main/docker/haproxy.cfg index 8a4001e9..a8da55c5 100644 --- a/aai-common-docker/aai-haproxy-image/src/main/docker/haproxy.cfg +++ b/aai-common-docker/aai-haproxy-image/src/main/docker/haproxy.cfg @@ -2,8 +2,8 @@ global log /dev/log local0 stats socket /usr/local/etc/haproxy/haproxy.socket mode 660 level admin stats timeout 30s - user root - group root + user haproxy + group haproxy daemon ################################# # Default SSL material locations# |