docmachine-containers/caddy.conf
Glenn Y. Rolland d69b02e78c
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
fix: change caddy port
2024-05-12 21:27:03 +02:00

13 lines
156 B
Plaintext

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
}