mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 19:37:06 +00:00
18 lines
320 B
Caddyfile
18 lines
320 B
Caddyfile
localhost breccia-mapper-dev breccia-mapper-dev.jagraham.co.uk mapper.gcrf-breccia.com {
|
|
|
|
tls internal
|
|
|
|
root * /srv
|
|
file_server
|
|
|
|
@proxy_paths {
|
|
not path /static/*
|
|
}
|
|
|
|
reverse_proxy @proxy_paths http://web:8000
|
|
|
|
log {
|
|
output stderr
|
|
format single_field common_log
|
|
}
|
|
} |