Files
cmms/Caddyfile
T
2026-09-10 13:53:20 +02:00

6 lines
99 B
Caddyfile

localhost {
reverse_proxy localhost:5173
handle /php/* {
reverse_proxy localhost:8000
}
}