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:
Jake Anstadt 2021-08-20 08:52:29 -05:00 committed by GitHub
parent 58c0d97b5f
commit 6b841b1efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
user root;
worker_processes 1;
error_log /var/log/nginx/error.log warn;