pockethost/Caddyfile
2023-10-18 23:04:45 -07:00

43 lines
582 B
Caddyfile

# ================
# Marketing/blog
# ================
pockethost.lvh.me {
reverse_proxy localhost:8080
tls internal
}
# ================
# Dashboard
# ================
app.pockethost.lvh.me {
reverse_proxy localhost:5173
tls internal
}
# ================
# Mothership
# ================
pockethost-central.pockethost.lvh.me {
reverse_proxy localhost:8091
tls internal
log {
output stdout
level DEBUG
}
}
# ================
# Edgeworker
# ================
*.pockethost.lvh.me {
reverse_proxy localhost:3000
tls internal
log {
output stdout
level DEBUG
}
}