mirror of
https://github.com/lyx0/yaf.git
synced 2024-11-13 19:49:53 +01:00
13 lines
202 B
Text
13 lines
202 B
Text
|
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
|
||
|
}
|