mirror of
https://github.com/lyx0/yaf.git
synced 2024-11-13 19:49:53 +01:00
add example Caddyfile
This commit is contained in:
parent
74cf65ee1a
commit
f827f59650
1 changed files with 12 additions and 0 deletions
12
Caddyfile.example
Normal file
12
Caddyfile.example
Normal file
|
@ -0,0 +1,12 @@
|
|||
yaf.ee {
|
||||
root * /path/to/yaf/dist/
|
||||
file_server
|
||||
}
|
||||
|
||||
i.yaf.ee {
|
||||
root * /path/to/filedir/
|
||||
file_server
|
||||
|
||||
reverse_proxy /upload localhost:4711
|
||||
reverse_proxy /uploadweb localhost:4711
|
||||
}
|
Loading…
Reference in a new issue