mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-11-09 15:33:30 +01:00
Updated readme with apache_vhosts_filename
This commit is contained in:
parent
5eeace69bb
commit
0fe7d43213
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@ Other SSL directives can be managed with other SSL-related role variables.
|
|||
|
||||
The SSL protocols and cipher suites that are used/allowed when clients make secure connections to your server. These are secure/sane defaults, but for maximum security, performand, and/or compatibility, you may need to adjust these settings.
|
||||
|
||||
apache_vhosts_filename: 'vhosts.conf'
|
||||
|
||||
The filename used for the vhost configuration.
|
||||
|
||||
apache_mods_enabled:
|
||||
- rewrite.load
|
||||
- ssl.load
|
||||
|
|
Loading…
Reference in a new issue