mirror of
https://github.com/kakwa/ldapcherry
synced 2024-10-31 22:58:52 +01:00
9 lines
158 B
ApacheConf
9 lines
158 B
ApacheConf
<VirtualHost *:80>
|
|
|
|
<Location />
|
|
ProxyPass http://127.0.0.1:8080/
|
|
ProxyPassReverse http://127.0.0.1:8080/
|
|
</Location>
|
|
|
|
</VirtualHost>
|