mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 19:37:06 +00:00
16 lines
236 B
Caddyfile
Executable File
16 lines
236 B
Caddyfile
Executable File
:80 :443 {
|
|
root * /srv
|
|
file_server
|
|
|
|
@proxy_paths {
|
|
not path /static/*
|
|
not path /media/*
|
|
}
|
|
|
|
reverse_proxy @proxy_paths http://server:8000
|
|
|
|
log {
|
|
output stderr
|
|
format console
|
|
}
|
|
} |