mirror of
https://github.com/pockethost/pockethost.git
synced 2025-05-28 17:56:43 +00:00
43 lines
582 B
Caddyfile
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:8090
|
|
tls internal
|
|
log {
|
|
output stdout
|
|
level DEBUG
|
|
}
|
|
}
|
|
|
|
# ================
|
|
# Edgeworker
|
|
# ================
|
|
*.pockethost.lvh.me {
|
|
reverse_proxy localhost:3000
|
|
tls internal
|
|
log {
|
|
output stdout
|
|
level DEBUG
|
|
}
|
|
} |