ba-thesis/Caddyfile

11 lines
108 B
Caddyfile
Raw Normal View History

2023-07-21 10:57:46 +02:00
:8000 {
handle * {
reverse_proxy * medwings-django:8000
}
log {
output stderr
format console
}
}