caddy-website/Caddyfile
2021-09-20 14:07:55 -06:00

18 lines
373 B
Caddyfile

localhost
root * src
file_server
templates
encode gzip
try_files {path}.html {path}
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
reverse_proxy /api/* localhost:4444
reverse_proxy /acme/* localhost:4444