Merge pull request #63824 from JohnAZoidberg/zoneminder-alias

nixos/zoneminder: Fix package and service build
This commit is contained in:
worldofpeace
2019-07-06 21:19:23 -04:00
committed by GitHub
3 changed files with 20 additions and 1 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ in {
fastcgi_pass ${fcgi.socketType}:${fcgi.socketAddress};
}
location /cache {
location /cache/ {
alias /var/cache/${dirName};
}