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
+1 -1
View File
@@ -265,7 +265,7 @@ in {
} }
location /cache/ { location /cache/ {
alias /var/cache/${dirName}; alias /var/cache/${dirName}/;
} }
location ~ \.php$ { location ~ \.php$ {