mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-29 21:01:27 +00:00
23 lines
224 B
Caddyfile
23 lines
224 B
Caddyfile
{
|
|
admin off
|
|
auto_https off
|
|
}
|
|
|
|
:80 {
|
|
reverse_proxy dashboard:3838 {
|
|
transport http {
|
|
read_buffer 8192
|
|
write_buffer 8192
|
|
}
|
|
}
|
|
|
|
header {
|
|
X-Dev-Environment "true"
|
|
}
|
|
|
|
log {
|
|
output stdout
|
|
format console
|
|
}
|
|
}
|