apache defaults: listen to the ssl port if the ssl modules are loaded.

This commit is contained in:
Andrea Dell'Amico 2018-10-31 16:33:59 +01:00
parent eb9d818fec
commit 19b8a60071
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ apache_ppa_repo: 'ppa:ondrej/apache2'
apache_listen_ports:
- 80
- '{{ apache_ssl_port }}'
# Possible choices: event, prefork (the old ones), worker (the threaded version), itm
apache_mpm_mode: worker
@ -39,6 +40,7 @@ apache_default_modules:
- xsendfile
apache_ssl_modules_enabled: True
apache_ssl_port: 443
apache_ssl_modules:
- ssl
- socache_shmcb