added Caddyfile
This commit is contained in:
30
caddy/Caddyfile
Normal file
30
caddy/Caddyfile
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
# 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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user