run nginx as root

this addresses an issue many have had when using network shares
This commit is contained in:
Blake Blackshear 2021-09-20 19:02:59 -05:00
parent c3109f808c
commit 1049673413

View File

@ -1,4 +1,5 @@
daemon off;
user root;
worker_processes 1;
error_log /usr/local/nginx/logs/error.log warn;