This commit is contained in:
nora 2022-11-08 20:56:07 +01:00
parent 85c28ce204
commit 5957dd694b
No known key found for this signature in database

View file

@ -11,6 +11,10 @@ http {
server_name "nilstrieb.dev";
location = /bisect-rustc {
return 302 /bisect-rustc/;
}
location /bisect-rustc/ {
resolver 127.0.0.11 valid=30s;
set $upstream_service cargo-bisect-rustc-service;