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

View file

@ -11,7 +11,13 @@ http {
server_name "nilstrieb.dev"; 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 { server {