Use hut as binary cache #89

Manually merged
rarias merged 5 commits from abonerib/jungle:77-hut-cache into master 2025-04-15 14:10:06 +02:00
Showing only changes of commit 52213d388d - Show all commits

View File

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