buddelectric.net
This commit is contained in:
13
Caddyfile
13
Caddyfile
@@ -222,8 +222,19 @@ buddelectric.bayarea-cc.com {
|
|||||||
reverse_proxy buddelectric:3000
|
reverse_proxy buddelectric:3000
|
||||||
}
|
}
|
||||||
log {
|
log {
|
||||||
output file /var/log/caddy/buddelectric.log
|
output file /var/log/caddy/buddelectric_old.log
|
||||||
format console
|
format console
|
||||||
}
|
}
|
||||||
encode gzip zstd
|
encode gzip zstd
|
||||||
}
|
}
|
||||||
|
buddelectric.net {
|
||||||
|
handle {
|
||||||
|
# NEU: Direkter Proxy zum Container auf dem nativen Next.js Port
|
||||||
|
reverse_proxy buddelectric:3000
|
||||||
|
}
|
||||||
|
log {
|
||||||
|
output file /var/log/caddy/buddelectric.log
|
||||||
|
format console
|
||||||
|
}
|
||||||
|
encode gzip zstd
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user