caddy-website/Caddyfile

13 lines
197 B
Text
Raw Normal View History

2020-03-14 10:38:42 -06:00
localhost
2020-01-24 12:47:52 -07:00
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