mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
more
This commit is contained in:
parent
85c28ce204
commit
5957dd694b
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ http {
|
||||||
|
|
||||||
server_name "nilstrieb.dev";
|
server_name "nilstrieb.dev";
|
||||||
|
|
||||||
|
location = /bisect-rustc {
|
||||||
|
return 302 /bisect-rustc/;
|
||||||
|
}
|
||||||
|
|
||||||
location /bisect-rustc/ {
|
location /bisect-rustc/ {
|
||||||
resolver 127.0.0.11 valid=30s;
|
resolver 127.0.0.11 valid=30s;
|
||||||
set $upstream_service cargo-bisect-rustc-service;
|
set $upstream_service cargo-bisect-rustc-service;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue