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.
123456789101112131415 |
- <VirtualHost *:80>
- ServerName {{ mail_server_autoconfig_hostname }}
-
- Redirect permanent / https://{{ mail_server_autoconfig_hostname }}/
- </VirtualHost>
-
- <VirtualHost *:443>
- ServerName {{ mail_server_autoconfig_hostname }}
- SSLEngine On
-
- DocumentRoot "/var/www/autoconfig"
- Options -Indexes
-
- HostnameLookups Off
- </VirtualHost>
|