adapt to new domain

This commit is contained in:
2024-10-28 16:13:37 +01:00
parent d76ce744f1
commit c7b5b7e39d
8 changed files with 16 additions and 129 deletions

View File

@ -40,7 +40,7 @@ server {
}
server {
server_name app.rudernlinz.at;
server_name rudi.rudernlinz.at;
location / {
proxy_pass http://localhost:8001/; # The / is important!
}