diff --git a/docker/rootfs/usr/local/nginx/conf/nginx.conf b/docker/rootfs/usr/local/nginx/conf/nginx.conf index 4ff1b51ac..b59aecb98 100644 --- a/docker/rootfs/usr/local/nginx/conf/nginx.conf +++ b/docker/rootfs/usr/local/nginx/conf/nginx.conf @@ -147,8 +147,8 @@ http { } location /cache/ { - internal; # This tells nginx it's not accessible from the outside - alias /tmp/cache/; + internal; # This tells nginx it's not accessible from the outside + alias /tmp/cache/; } location /recordings/ {