diff --git a/nginx.conf b/nginx.conf index 3a92445..faddeac 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,4 +1,4 @@ -user webuser ftpuser; +user www-data; worker_processes 1; load_module modules/ngx_http_headers_more_filter_module.so;