Skip to content

Commit

Permalink
Merge pull request #62 from maratoid/master
Browse files Browse the repository at this point in the history
use root user
  • Loading branch information
maratoid authored Sep 6, 2017
2 parents 8f46940 + 939229c commit 35fbfe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx/nginx.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ func NewNginxController(cfgType Configuration, nginxConfPath string, healthCheck
ErrorLogFile: "/var/log/nginx/error.log",
ErrorLogLevel: "warn",
PidFile: "/var/run/nginx.pid",
User: "nginx",
Group: "nginx",
User: "root",
Group: "root",
WorkerProcesses: "2",
/* For future use potentially, can be scrubbed if preferred.
Environment: map[string]string{
Expand Down

0 comments on commit 35fbfe2

Please sign in to comment.