You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011121314 |
- <VirtualHost *:80>
- ServerName {{ mail_server_autoconfig_hostname }}
-
- Redirect temp / https://{{ mail_server_autoconfig_hostname }}/
- </VirtualHost>
-
- <VirtualHost *:443>
- ServerName {{ mail_server_autoconfig_hostname }}
-
- SSLEngine On
- DocumentRoot "/var/www/autoconfig"
- Options -Indexes
- HostnameLookups Off
- </VirtualHost>
|