mirror of
https://github.com/caddyserver/website.git
synced 2025-04-23 21:46:16 -04:00
24 lines
397 B
Caddyfile
24 lines
397 B
Caddyfile
localhost
|
|
|
|
root * src
|
|
|
|
file_server
|
|
templates {
|
|
extensions {
|
|
hitCounter {
|
|
style bright_green
|
|
pad_digits 6
|
|
}
|
|
}
|
|
}
|
|
encode zstd 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
|