This commit is contained in:
2025-09-28 21:28:56 +02:00
commit 0663a88b23
7 changed files with 172 additions and 0 deletions

19
files/Caddyfile Normal file
View File

@@ -0,0 +1,19 @@
petrovv.com {
reverse_proxy * 0.0.0.0:4080
}
lang.petrovv.com {
reverse_proxy * 0.0.0.0:8010
}
vault.petrovv.com {
reverse_proxy * 0.0.0.0:6080
}
git.petrovv.com {
reverse_proxy * 0.0.0.0:3000
}
game.petrovv.com {
reverse_proxy * 0.0.0.0:8080
}
files.petrovv.com {
root * /srv
file_server browse
}