mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
Update nginx.conf
This commit is contained in:
parent
d6fec4ee43
commit
21048c5516
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ http {
|
||||||
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;
|
||||||
proxy_pass http://$upstream_service:4000;
|
proxy_pass http://$upstream_service:4000/;
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
|
@ -117,4 +117,4 @@ http {
|
||||||
}
|
}
|
||||||
|
|
||||||
server_tokens off;
|
server_tokens off;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue