mirror of
https://github.com/caddyserver/website.git
synced 2025-04-25 22:46:16 -04:00
Begin docs layout of new design
This commit is contained in:
parent
18c3cd841e
commit
4c04c54350
14 changed files with 1902 additions and 321 deletions
|
@ -1,6 +1,23 @@
|
|||
localhost
|
||||
{
|
||||
debug
|
||||
}
|
||||
|
||||
file_server
|
||||
templates
|
||||
localhost {
|
||||
file_server
|
||||
templates
|
||||
|
||||
try_files {path}.html {path}
|
||||
try_files {path}.html {path}
|
||||
|
||||
handle_path /temporary-markdown-proxy/* {
|
||||
reverse_proxy 127.0.0.1:10434
|
||||
}
|
||||
}
|
||||
|
||||
:10434 {
|
||||
log
|
||||
bind 127.0.0.1
|
||||
root ../src/docs/markdown
|
||||
uri strip_prefix /docs
|
||||
try_files {path}.md {path}
|
||||
file_server
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue