Files
documentation/Caddyfile
2020-10-30 09:42:08 -05:00

9 lines
251 B
Caddyfile

http://docs.prylabs.network
root * /usr/share/caddy/html
file_server
uri strip_suffix .html
rewrite /docs/ /docs/getting-started
rewrite /docs /docs/getting-started
header Access-Control-Allow-Origin *
header Access-Control-Request-Method GET,OPTIONS