Files
breccia-mapper/Caddyfile
Matthew Grove 6e2267a4b6 Update Caddyfile for newer Caddy version
Format single_field common_log is deprecated
2023-01-01 16:09:18 +00:00

15 lines
207 B
Caddyfile

:80 :443 {
root * /srv
file_server
@proxy_paths {
not path /static/*
}
reverse_proxy @proxy_paths http://web:8000
log {
output stderr
format console
}
}