We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa28d00 commit c454356Copy full SHA for c454356
1 file changed
tasks/steps/setup.yml
@@ -23,6 +23,7 @@
23
root_group: "stackhead"
24
nginx_extra_conf_options: "{{ module.config.extra_conf_options|default({}) }}"
25
nginx_extra_conf_http_options: "{{ module.config.extra_conf_http_options|default({}) }}"
26
+ server_names_hash_bucket_size: "{{ module.config.server_names_hash_bucket_size|default(64) }}"
27
include_role:
28
name: geerlingguy.nginx
29
- name: adjust owner of /var/www directories
0 commit comments