diff --git a/docker/devenv/files/nginx.conf b/docker/devenv/files/nginx.conf index ad9b488ea0..0d991d4278 100644 --- a/docker/devenv/files/nginx.conf +++ b/docker/devenv/files/nginx.conf @@ -1,4 +1,4 @@ -user www-data; +user root; worker_processes auto; pid /run/nginx.pid; include /etc/nginx/modules-enabled/*.conf;