Use the nginx user for worker processes.

This commit is contained in:
Kyle Bostelmann 2016-09-27 18:22:21 -03:00
parent 211a74cc02
commit edb2ebc432

View File

@ -1,4 +1,4 @@
#user nobody;
user nginx;
worker_processes 1;
#error_log logs/error.log;