blob: a38a95a06ad395ff5cc0c8e82ed4d96378aa91e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
nginx_pkg_variant: nginx-light
nginx_conf_d_files:
- connection-upgrade
nginx_snippets:
- ssl
- hsts
- proxy-nobuff
# 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 >>"
|