86ee2172d3
fix variables
19 lines
294 B
Caddyfile
19 lines
294 B
Caddyfile
http://here.project.localhost {
|
|
|
|
root * /usr/src/app/
|
|
encode gzip zstd
|
|
|
|
@notStatic {
|
|
not path /static/* /media/*
|
|
}
|
|
|
|
reverse_proxy @notStatic django:8000
|
|
|
|
file_server /static/*
|
|
file_server /media/*
|
|
}
|
|
|
|
http://webmail.localhost {
|
|
reverse_proxy mailhog:8025
|
|
}
|