forked from Github/frigate
run nginx as root
this addresses an issue many have had when using network shares
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
daemon off;
|
daemon off;
|
||||||
|
user root;
|
||||||
worker_processes 1;
|
worker_processes 1;
|
||||||
|
|
||||||
error_log /usr/local/nginx/logs/error.log warn;
|
error_log /usr/local/nginx/logs/error.log warn;
|
||||||
|
|||||||
Reference in New Issue
Block a user