Skip to content

Commit

Permalink
Changed user and group for haproxy loadbalancer
Browse files Browse the repository at this point in the history
instead of using "nobody and nogroup", "haproxy"
is used as user and group

Change-Id: I9bfe93617972357aba105bd3e540860909155a9a
Partial-bug: #1663359
  • Loading branch information
ymariappan authored and Yuvaraja Mariappan committed Mar 5, 2017
1 parent f3fa537 commit 4bc0d1c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -119,8 +119,8 @@ def set_globals(sock_path, custom_attr_dict, custom_attrs):
conf = [
'global',
'daemon',
'user nobody',
'group nogroup',
'user haproxy',
'group haproxy',
'log /dev/log local0',
'log /dev/log local1 notice',
'tune.ssl.default-dh-param 2048',
Expand Down

0 comments on commit 4bc0d1c

Please sign in to comment.