WIP: Use hut as binary cache #89

Draft
abonerib wants to merge 4 commits from abonerib/jungle:77-hut-cache into master
Showing only changes of commit 5d549df767 - Show all commits

View File

@ -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://;
}