Neue services
This commit is contained in:
12
caddy-host.snippet
Normal file
12
caddy-host.snippet
Normal file
@@ -0,0 +1,12 @@
|
||||
# Paste this block into your HOST Caddy config (e.g. /etc/caddy/Caddyfile)
|
||||
# Replace the domain and adjust the port if you changed it in docker-compose.yml
|
||||
|
||||
bayareait.services, www.bayareait.services {
|
||||
encode zstd gzip
|
||||
|
||||
reverse_proxy localhost:8080
|
||||
|
||||
# Optional: redirect www → non-www
|
||||
@www host www.bayareait.services
|
||||
redir @www https://bayareait.services{uri} permanent
|
||||
}
|
||||
Reference in New Issue
Block a user