2017-07-15 15:39:52 +00:00
|
|
|
---
|
2017-12-24 13:05:27 +00:00
|
|
|
nginx_user: nginx
|
|
|
|
nginx_group: nginx
|
2017-12-24 16:36:43 +00:00
|
|
|
nginx_worker_processes: 1
|
2017-12-24 16:42:23 +00:00
|
|
|
nginx_worker_connections: 1024
|
2017-07-15 15:39:52 +00:00
|
|
|
nginx_open_ports:
|
|
|
|
- 80
|
|
|
|
- 443
|
2017-12-23 11:25:55 +00:00
|
|
|
nginx_tls_enabled: False
|
|
|
|
nginx_tls_cert: ""
|
|
|
|
nginx_tls_private_key: ""
|
|
|
|
nginx_tls_intermediate_ca: ""
|
|
|
|
nginx_pfs_enabled: False
|
|
|
|
nginx_dhparam_size: '4069'
|
2017-12-23 11:36:17 +00:00
|
|
|
nginx_dhparam_file: '/etc/pki/tls/certs/dhparam-{{ nginx_dhparam_size }}.pem'
|
2017-12-24 13:05:27 +00:00
|
|
|
nginx_tls_cert_file: "/etc/pki/tls/certs/my-chained.crt"
|
|
|
|
nginx_tls_intermediate_ca_file: "/etc/pki/tls/certs/my-intermediate.crt"
|
|
|
|
nginx_tls_private_key_file: "/etc/pki/tls/private/my-private.key"
|