zoneminder: fix nginx config

For some reason it doesn't seem to load things in the cache directory
properly without this slash.

Looks like this regression may have been introduced in:

  commit 19851ec1fce3fabec3c6f951c3fb7d5814d24691
  nixos/zoneminder: Fix nginx config check

Cc: Daniel Schaefer <git@danielschaefer.me>
Cc: Peter Hoeg <peter@hoeg.com>

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin 2019-08-04 11:48:23 -07:00
parent 0dcdcfff46
commit 8a24d2ba44

View File

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