server config für lab2

This commit is contained in:
2025-11-06 07:48:14 +00:00
parent 9e8027e9fd
commit bfd56620e1
2 changed files with 10 additions and 5 deletions

View File

@@ -1,8 +1,10 @@
# Ersetze example.com durch deine Domain
gitea.pxsw.de {
reverse_proxy localhost:3000
reverse_proxy http://host.docker.internal:3000
tls internal
}
woodpacker.pxsw.de {
reverse_proxy localhost:9001
reverse_proxy http://host.docker.internal:9001
tls internal
}