ansible-role-nginx/defaults/main.yml
2019-09-01 23:35:15 +02:00

14 lines
195 B
YAML

nginx:
real_ip_from:
"127.0.0.1": {}
"::1": {}
monitoring: true
serverpki: true
php: false
force_ssl: true
upstreams: {}
vhosts: {}
resolver:
- 8.8.8.8
- 8.8.4.4