mollysocket 1.7.1

MollySocket allows getting signal notifications via UnifiedPush.
1
2
3
4
5
6
7
8
9
# You can integrate this into your (virtual) host configuration or using
# Debian you might put this to /etc/apache2/conf-available/mollysocket.conf
# and use a2enconf mollysocket afterwards
<Location /molly/>
        ProxyPass http://localhost:8020/
        ProxyPassReverse http://localhost:8020/
        RequestHeader set X-Original-URL "/molly/"
        ProxyPreserveHost On
</Location>