WIP: Add TACUDA package #18

Draft
abonerib wants to merge 473 commits from abonerib/bscpkgs:pkgs/tacuda into master
Showing only changes of commit fdac196c6c - Show all commits

View File

@ -40,7 +40,7 @@ in
proxy_redirect http:// $scheme://; proxy_redirect http:// $scheme://;
} }
location /cache { location /cache {
rewrite ^/cache(.*) /$1 break; rewrite ^/cache/(.*) /$1 break;
proxy_pass http://127.0.0.1:5000; proxy_pass http://127.0.0.1:5000;
proxy_redirect http:// $scheme://; proxy_redirect http:// $scheme://;
} }