summaryrefslogtreecommitdiffhomepage
path: root/webserver.conf.example
blob: 2cb0e0af2b5651d55e1fd826e582a6e4d8aa8ba1 (plain)
1
2
3
4
5
6
7
8
   <path requested="/downtube">
    <plugin>static-files</plugin>
    <target>/usr/lib/downtube/html</target>
   </path>
   <path requested="/downtube/downtube.fcgi">
    <plugin>fcgi</plugin>
    <target>127.0.0.1:9004</target>
   </path>