2014-08-27 19:02:29 +02:00
|
|
|
---
|
|
|
|
# file: roles/nginx/defaults/main.yml
|
|
|
|
|
|
|
|
# path config
|
|
|
|
nginx_confd_path: /etc/nginx/conf.d
|
|
|
|
|
|
|
|
# parent directory of vhost roots
|
|
|
|
nginx_root_prefix: /var/www
|
|
|
|
|
2014-09-06 20:32:37 +02:00
|
|
|
# TLS protocol versions to support
|
2014-10-09 20:09:18 +02:00
|
|
|
nginx_tls_protocols: TLSv1 TLSv1.1 TLSv1.2
|
2014-09-06 20:32:37 +02:00
|
|
|
|
2014-09-13 22:16:54 +02:00
|
|
|
# TLS key directory
|
|
|
|
tls_key_dir: /etc/ssl/private
|
|
|
|
|
2014-08-27 19:02:29 +02:00
|
|
|
# vim: set ts=2 sw=2:
|