Loading hosts/osuosl4-amd64/etc/nginx/nginx.conf +13 −0 Original line number Diff line number Diff line Loading @@ -30,5 +30,18 @@ http { alias /srv/data/vagrant/snapshots; autoindex on; } location /rebuilder-snapshot/api { rewrite /rebuilder-snapshot/api/(.+) /$1 break; proxy_pass http://127.0.0.1:5001; include proxy_params; } location /rebuilder-snapshot/storage { alias /srv/data/lynxis/repro-debian/storage; autoindex on; } } } Loading
hosts/osuosl4-amd64/etc/nginx/nginx.conf +13 −0 Original line number Diff line number Diff line Loading @@ -30,5 +30,18 @@ http { alias /srv/data/vagrant/snapshots; autoindex on; } location /rebuilder-snapshot/api { rewrite /rebuilder-snapshot/api/(.+) /$1 break; proxy_pass http://127.0.0.1:5001; include proxy_params; } location /rebuilder-snapshot/storage { alias /srv/data/lynxis/repro-debian/storage; autoindex on; } } }