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