Created stripped down default nginx virtual host configuration

This commit is contained in:
2019-11-24 16:31:06 -06:00
parent 8a31ccb6ac
commit e3cdb84192
3 changed files with 39 additions and 0 deletions

View File

@ -5,3 +5,12 @@ nginx_package_state: present
nginx_service_name: nginx
nginx_service_state: started
nginx_service_enabled: yes
nginx_root: /var/www/html
nginx_index:
- index.html
- index.htm
#- index.nginx-debian.html;
nginx_acme_challenge_enabled: yes
nginx_acme_challenge_path: /var/www/.acme-challenge