Commit 2a40fd4a authored by Pietro Albini's avatar Pietro Albini

Correctly serve assets from the cache

parent cc1d564f
......@@ -18,7 +18,8 @@ server {
set $branch $1;
root $managetests_root/caches;
try_files $request_uri.html $request_uri/index.html @branch;
try_files $request_uri.html $request_uri/index.html $request_uri
@branch;
}
location @branch {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment