Specify Apache modules
This commit is contained in:
parent
a5c1fbe1b6
commit
dcdfa94a9a
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ ansible_become_pass: !vault |
|
|||
3430616364363764646437646665316662393661666635326135
|
||||
|
||||
common__apache__listen: [80, 443]
|
||||
common__apache__modules: ['cgid', 'rewrite', 'ssl']
|
||||
common__apache__modules: ['alias', 'cgid', 'env', 'rewrite', 'ssl']
|
||||
|
||||
common__certbot__cert_name: 'git.crypto-libertarian.com'
|
||||
common__certbot__cert_domains:
|
||||
|
|
|
@ -9,7 +9,7 @@ ansible_become_pass: !vault |
|
|||
6538663662663439383164333964353031303931656437656437
|
||||
|
||||
common__apache__listen: [80, 443]
|
||||
common__apache__modules: ['php7.3', 'rewrite', 'ssl']
|
||||
common__apache__modules: ['alias', 'cgid', 'env', 'php7.3', 'rewrite', 'ssl']
|
||||
|
||||
common__apache__sites:
|
||||
- type: origin
|
||||
|
|
Reference in a new issue