Revert "adapt to new domain"
Some checks failed
CI/CD Pipeline / test (push) Has been cancelled
CI/CD Pipeline / deploy-staging (push) Has been cancelled
CI/CD Pipeline / deploy-main (push) Has been cancelled

This reverts commit c7b5b7e39d.
This commit is contained in:
2024-11-27 08:20:54 +01:00
parent 85c759d9b7
commit 0ad62e2ece
8 changed files with 129 additions and 16 deletions

View File

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