19 lines
304 B
Caddyfile
19 lines
304 B
Caddyfile
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
|
|
} |