This commit is contained in:
nora 2022-09-28 22:20:24 +02:00
parent 7a65352614
commit 2e5a29f05e

View file

@ -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;