ldapcherry/goodies/apache.conf

9 lines
158 B
ApacheConf
Raw Normal View History

2015-07-20 01:43:44 +02:00
<VirtualHost *:80>
<Location />
ProxyPass http://127.0.0.1:8080/
ProxyPassReverse http://127.0.0.1:8080/
</Location>
</VirtualHost>