Merge pull request #65971 from jb55/zoneminder-fix

zoneminder: fix nginx config
This commit is contained in:
Peter Hoeg 2019-11-08 17:05:27 +08:00 committed by GitHub
commit d2f083160f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -265,7 +265,7 @@ in {
} }
location /cache/ { location /cache/ {
alias /var/cache/${dirName}; alias /var/cache/${dirName}/;
} }
location ~ \.php$ { location ~ \.php$ {