mirror of
https://github.com/DO1JLR/ansible_role_nginx.git
synced 2024-08-16 16:19:48 +02:00
19 lines
363 B
YAML
19 lines
363 B
YAML
---
|
|
|
|
nginx_sites: {}
|
|
|
|
#nginx_sites:
|
|
# - name: 'example.org'
|
|
# altnames:
|
|
# - 'www.example.org'
|
|
# - 'ftp.example.org'
|
|
# robots: 'robots_allow_all.txt' Optional
|
|
# htaccess: 'htpasswd.example.org' Optional
|
|
|
|
|
|
snippet_files:
|
|
- 'acmetool.snippet.conf'
|
|
- 'tls_settings.snippet.conf'
|
|
|
|
|
|
#default_robots_file: 'robots_disallow_all.txt'
|