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