caddy-website/Caddyfile

13 lines
193 B
Text
Raw Normal View History

2020-01-24 12:47:52 -07:00
:2015
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