docmachine-containers/caddy.conf

13 lines
156 B
Plaintext
Raw Normal View History

2024-05-12 19:27:03 +00:00
handle_path /docs* {
reverse_proxdy 127.0.0.1:5100
}
handle_path /slides* {
reverse_proxdy 127.0.0.1:5200
}
handle {
reverse_proxy localhost:5001
}