slashes in paths and their consequences have been

This commit is contained in:
nora 2022-11-08 20:51:41 +01:00
parent 512bff2464
commit 8faa155de5
No known key found for this signature in database

View file

@ -14,7 +14,7 @@ http {
location /bisect-rustc {
resolver 127.0.0.11 valid=30s;
set $upstream_service cargo-bisect-rustc-service;
proxy_pass http://$upstream_service:4000/;
proxy_pass http://$upstream_service:4000;
}
location / {