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 a243d83 commit d4a6166
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -114,8 +114,8 @@ def set_globals(uuid, 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 d4a6166

Please sign in to comment.