mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-20 18:59:01 +03:00
Nginx Permissions Error
Running via docker on QNAP/synology there might be additional ACLs provided by their respective linux flavors that cause a 403 when trying to view clips/recordings from the UI. Forcing nginx to run as root solves this on my QNAP.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
user root;
|
||||
worker_processes 1;
|
||||
|
||||
error_log /var/log/nginx/error.log warn;
|
||||
|
||||
Reference in New Issue
Block a user