mirror of
https://github.com/caddyserver/website.git
synced 2025-05-07 04:07:13 -04:00
Rewrite Getting Started; move GS to Intro
This commit is contained in:
commit
371663688c
148 changed files with 19931 additions and 0 deletions
17
Caddyfile
Normal file
17
Caddyfile
Normal file
|
@ -0,0 +1,17 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue