This commit is contained in:
pixel
2025-11-05 14:43:57 +01:00
commit 3ebaf94467
3 changed files with 58 additions and 0 deletions

8
lab2-web-proxy/Caddyfile Normal file
View File

@@ -0,0 +1,8 @@
# Ersetze example.com durch deine Domain
git.pxsw.de {
reverse_proxy localhost:3000
}
woodpacker.pxsw.de {
reverse_proxy localhost:9001
}