mirror-yaf/Caddyfile.example

8 lines
151 B
Text
Raw Normal View History

2023-09-04 19:09:12 +02:00
yaf.example.com {
2023-09-04 18:09:38 +02:00
root * /path/to/filedir/
file_server
reverse_proxy /upload localhost:4711
reverse_proxy /uploadweb localhost:4711
}