summaryrefslogtreecommitdiff
path: root/roles/nginx/defaults/main.yml
blob: ae4aa9d48732825e0f744ad8e276542a63129d72 (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:
#     contents: "<< nginx vhost config file contents >>"