9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
<VirtualHost *:80>
|
|
ServerName t2.test
|
|
ServerAlias t3.test
|
|
ServerAlias www.t2.test
|
|
<Proxy *>
|
|
#Include cfg/ldap.conf
|
|
</Proxy>
|
|
ProxyPass "/" "https://localhost:9443"
|
|
</VirtualHost> |