mirror of
https://github.com/AtHeartEngineer/documentation.git
synced 2026-05-03 03:00:20 -04:00
9 lines
251 B
Caddyfile
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
|