mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 08:45:02 +01:00
maybe
This commit is contained in:
parent
7a65352614
commit
2e5a29f05e
1 changed files with 7 additions and 1 deletions
|
|
@ -11,7 +11,13 @@ http {
|
|||
|
||||
server_name "nilstrieb.dev";
|
||||
|
||||
return 302 https://blog.nilstrieb.dev$request_uri;
|
||||
location /bisect-rustc {
|
||||
proxy_pass http://cargo-bisect-rustc-service:80/;
|
||||
}
|
||||
|
||||
location / {
|
||||
return 302 https://blog.nilstrieb.dev$request_uri;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue