aboutsummaryrefslogtreecommitdiff
path: root/defaults/main.yml
blob: 44ba63679009c1ece1d5b4d9270676c80a5d040f (plain) (blame)
1
2
3
4
5
6
7
8
9
nginx_worker_processes: 1
nginx_worker_connections: 1024

# These need to be strings to be parsed properly
nginx_conf_dir_mode: '0770'
nginx_conf_file_mode: '0640'

nginx_conf_owner: root
nginx_conf_group: adm