diff options
author | Harish Venkata Kajur <vk250x@att.com> | 2020-07-15 13:16:23 -0400 |
---|---|---|
committer | Harish Venkata Kajur <vk250x@att.com> | 2020-07-15 13:17:06 -0400 |
commit | 1833cf56285fa9c6d1937a6cc659b1ca2d91ddec (patch) | |
tree | c62720acdc58d1fbf435fc85b79280b7d8c9af48 /aai-common-docker/aai-haproxy-image/src/main/docker/haproxy.cfg | |
parent | a1f2a07763cda156c149624b09c48ff85aa0d4a7 (diff) |
Update haproxy to run as user haproxy
Issue-ID: AAI-2822
Change-Id: I586c5da9c6a8710536b106272447806d3bfed3b4
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
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 | 2 |
1 files changed, 0 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 a8da55c5..9f53e717 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,6 @@ global log /dev/log local0 stats socket /usr/local/etc/haproxy/haproxy.socket mode 660 level admin stats timeout 30s - user haproxy - group haproxy daemon ################################# # Default SSL material locations# |