Files
IronCalc/webapp/app.ironcalc.com/Caddyfile
2025-02-22 18:57:13 +01:00

8 lines
120 B
Caddyfile

:2080
# rocket API
reverse_proxy /api/* 127.0.0.1:8000
# everything else is the frontend
reverse_proxy localhost:5173