caddy-website/Caddyfile
2020-03-14 10:38:42 -06:00

12 lines
197 B
Caddyfile

localhost
root * src
file_server
templates
redir /docs/json /docs/json/
rewrite /docs/json/* /docs/json/index.html
rewrite /docs/* /docs/index.html
reverse_proxy /api/* localhost:4444