fix: change caddy port
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Glenn Y. Rolland 2024-05-12 21:27:03 +02:00
parent dcc20d6b3f
commit d69b02e78c

12
caddy.conf Normal file
View file

@ -0,0 +1,12 @@
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
}