Files
breccia-mapper/Caddyfile
2022-03-17 13:58:07 +00:00

15 lines
223 B
Caddyfile

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