mirror-yaf/Caddyfile.example

13 lines
202 B
Text
Raw Normal View History

2023-09-04 18:09:38 +02:00
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
}