linux - fix daemon directive and rights on /etc/nginx

This commit is contained in:
bunkerity
2021-06-23 14:06:39 +02:00
parent bcb8acc364
commit 4991922878
3 changed files with 9 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ load_module /usr/lib/nginx/modules/ngx_http_brotli_filter_module.so;
load_module /usr/lib/nginx/modules/ngx_http_brotli_static_module.so;
# run in foreground
daemon off;
# daemon off;
# PID file
pid /tmp/nginx.pid;