From 244fcfaed059c81d2af80a4e49f2ef80a6532a58 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Sat, 17 Dec 2022 14:21:04 -0700 Subject: [PATCH] More cleanup --- docker/rootfs/usr/local/nginx/conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/ {