/etc/apache2/conf-available/jwchat-plinth.conf is in plinth 0.8.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | Alias /jwchat /usr/share/jwchat/www
<Directory /usr/share/jwchat/www>
Options +Indexes +Multiviews +FollowSymLinks
</Directory>
# proxy for BOSH server
ProxyPass /http-bind/ http://localhost:5280/http-bind/
ProxyPassReverse /http-bind/ http://localhost:5280/http-bind/
<Proxy http://localhost:5280/http-bind/*>
Require all granted
</Proxy>
|