diff --git a/m/hut/nginx.nix b/m/hut/nginx.nix index 4e77eb2..867982b 100644 --- a/m/hut/nginx.nix +++ b/m/hut/nginx.nix @@ -38,7 +38,7 @@ in proxy_redirect http:// $scheme://; } location /cache { - rewrite ^/cache(.*) /$1 break; + rewrite ^/cache/(.*) /$1 break; proxy_pass http://127.0.0.1:5000; proxy_redirect http:// $scheme://; }