Нема описа
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.

etc_apache2_sites-available_autoconfig.j2 387B

123456789101112131415
  1. <VirtualHost *:80>
  2. ServerName {{ mail_server_autoconfig_hostname }}
  3. Redirect permanent / https://{{ mail_server_autoconfig_hostname }}/
  4. </VirtualHost>
  5. <VirtualHost *:443>
  6. ServerName {{ mail_server_autoconfig_hostname }}
  7. SSLEngine On
  8. DocumentRoot "/var/www/autoconfig"
  9. Options -Indexes
  10. HostnameLookups Off
  11. </VirtualHost>