summaryrefslogtreecommitdiff
path: root/roles/nginx/defaults/main.yml
blob: 0a7930e31834cf2cbed28f31dc2b245a54e99396 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
nginx_pkg_name: nginx-light

# nginx_vhosts:
#   example:
#     template: generic-proxy-no-buffering-with-acme
#     acme: yes
#     hostnames:
#       - example.com
#       - www.example.com
#     proxy_pass: http://127.0.0.1:8080
#   other.io:
#     content: "<< nginx vhost config file contents >>"