mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
15 lines
223 B
Caddyfile
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
|
|
}
|
|
} |