mirror of
https://github.com/caddyserver/website.git
synced 2025-05-06 11:47:12 -04:00
18 lines
336 B
Text
18 lines
336 B
Text
![]() |
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
|