1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-01 00:28:05 +02:00
ldapcherry/goodies/apache.conf
2015-07-20 01:43:44 +02:00

9 lines
158 B
ApacheConf

<VirtualHost *:80>
<Location />
ProxyPass http://127.0.0.1:8080/
ProxyPassReverse http://127.0.0.1:8080/
</Location>
</VirtualHost>