default index templates

This commit is contained in:
2021-12-28 17:44:49 +01:00
parent b00f134ffd
commit f97584f776
11 changed files with 1103 additions and 48 deletions

View File

@@ -0,0 +1,9 @@
<VirtualHost *:80>
ServerName t2.test
ServerAlias t3.test
ServerAlias www.t2.test
<Proxy *>
#Include cfg/ldap.conf
</Proxy>
ProxyPass "/" "https://localhost:9443"
</VirtualHost>