Skip to content
This repository was archived by the owner on Aug 21, 2022. It is now read-only.

Commit c454356

Browse files
committed
feat: set server_names_hash_bucket_size from plugin configuration
1 parent fa28d00 commit c454356

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/steps/setup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
root_group: "stackhead"
2424
nginx_extra_conf_options: "{{ module.config.extra_conf_options|default({}) }}"
2525
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) }}"
2627
include_role:
2728
name: geerlingguy.nginx
2829
- name: adjust owner of /var/www directories

0 commit comments

Comments
 (0)