summaryrefslogtreecommitdiff
path: root/roles/nginx/defaults/main.yml
blob: 73b10a11c745295db79fbcc668213e7d7ed1a935 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
nginx_pkg_variant: 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 >>"