Install Nginx
This commit is contained in:
parent
784fe9fc77
commit
c2ba328ba2
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@ common__certbot__cert_domains:
|
|||
- 'website.fedihub.com'
|
||||
- 'fedihub.com'
|
||||
- 'www.fedihub.com'
|
||||
common__certbot__post_hook: 'systemctl is-active nginx.service || systemctl start nginx.service'
|
||||
common__certbot__pre_hook: 'systemctl is-active nginx.service && systemctl stop nginx.service || true'
|
||||
|
||||
common__nginx__state: install
|
||||
common__nginx__remove_default: true
|
||||
|
||||
common__iptables__drop_by_default: true
|
||||
|
||||
|
|
Reference in a new issue