mirror of
https://github.com/caddyserver/website.git
synced 2025-04-24 05:56:15 -04:00
13 lines
193 B
Text
13 lines
193 B
Text
![]() |
:2015
|
||
|
|
||
|
root * src
|
||
|
|
||
|
file_server
|
||
|
templates
|
||
|
|
||
|
redir /docs/json /docs/json/
|
||
|
rewrite /docs/json/* /docs/json/index.html
|
||
|
rewrite /docs/* /docs/index.html
|
||
|
|
||
|
reverse_proxy /api/* localhost:4444
|