Newer
Older
ldapcherry / goodies / apache.conf
@kakwa kakwa on 20 Jul 2015 158 bytes adding goodies
<VirtualHost *:80>

    <Location />
        ProxyPass http://127.0.0.1:8080/
        ProxyPassReverse http://127.0.0.1:8080/
    </Location>

</VirtualHost>