caddy-website/Caddyfile

18 lines
336 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
encode gzip
try_files {path}.html {path}
2020-01-24 12:47:52 -07:00
redir /docs/json /docs/json/
redir /docs/modules /docs/modules/
rewrite /docs/json/* /docs/json/index.html
rewrite /docs/modules/* /docs/modules/index.html
rewrite /docs/* /docs/index.html
2020-01-24 12:47:52 -07:00
reverse_proxy /api/* localhost:4444