31 lines
764 B
Caddyfile
31 lines
764 B
Caddyfile
# Ein Auszug aus meiner caddy-config auf dem VPS. Beinhaltet nur die Konfigurationen,
|
|
# die für diese Projekt von Bedeutung sind.
|
|
|
|
https://home.gilmour109.de {
|
|
reverse_proxy localhost:3006
|
|
}
|
|
|
|
https://gitea.gilmour109.de {
|
|
reverse_proxy localhost:3000
|
|
}
|
|
|
|
https://calchat.gilmour109.de {
|
|
reverse_proxy localhost:3001
|
|
}
|
|
|
|
https://garage.gilmour109.de {
|
|
reverse_proxy localhost:3900
|
|
}
|
|
|
|
https://releases.gilmour109.de {
|
|
header Access-Control-Allow-Origin "https://home.gilmour109.de"
|
|
header Access-Control-Allow-Methods "GET, HEAD, OPTIONS"
|
|
reverse_proxy localhost:3902 {
|
|
header_up Host calchat-releases.web.garage
|
|
}
|
|
}
|
|
|
|
https://drone.gilmour109.de {
|
|
reverse_proxy localhost:2201
|
|
}
|