blob: 7526a9c9e8406b704d2dee691d6aa85624a9d4fb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
# RFC 1918 addresses are already included. Inserted directly into
# nginx configuration with an `include`
nginx_acl_block: ""
|