diff --git a/nginx.conf b/nginx.conf index 7071f3c..0810752 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,4 +1,4 @@ -user www-data; +user nginx; worker_processes auto; pid /run/nginx.pid; events {