blob: 5bb02a1634083390349357f954db90778c9afd9c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
## nginx-core only exists on ubuntu
# nginx_pkg_variant: nginx-core | nginx-light | nginx-full | nginx-extras
nginx_conf_d_files:
- connection-upgrade
nginx_snippets:
- tls
- tls-legacy
- hsts
- proxy-nobuff
- proxy-forward-headers
nginx_dhparam_size: 2048
nginx_stream_module: no
# nginx_server_names_hash_bucket_size: 64
|