mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 21:16:15 -04:00
12 lines
193 B
Caddyfile
12 lines
193 B
Caddyfile
: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
|