diff options
Diffstat (limited to 'data/proxy/nginx/sites.template.scalelite-proxy-protected')
-rw-r--r-- | data/proxy/nginx/sites.template.scalelite-proxy-protected | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/proxy/nginx/sites.template.scalelite-proxy-protected b/data/proxy/nginx/sites.template.scalelite-proxy-protected index a4bb314..5a8403a 100644 --- a/data/proxy/nginx/sites.template.scalelite-proxy-protected +++ b/data/proxy/nginx/sites.template.scalelite-proxy-protected @@ -42,7 +42,7 @@ server { include /etc/nginx/sites-common; } - location /static-resource { + location /static-resource/ { rewrite /static-resource(/|$)(.*) /$2 break; proxy_pass http://docker-scalelite-recordings; include /etc/nginx/sites-common; |