Role service-nginx: increase server_names_hash_bucket_size
This commit is contained in:
parent
ae5dcb1575
commit
c400c57b0c
2 changed files with 4 additions and 0 deletions
2
roles/service-nginx/defaults/main.yml
Normal file
2
roles/service-nginx/defaults/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
server_names_hash_bucket_size: 64
|
|
@ -19,6 +19,8 @@ http {
|
|||
#access_log /var/log/nginx/access.log main;
|
||||
access_log off;
|
||||
|
||||
server_names_hash_bucket_size {{ server_names_hash_bucket_size }};
|
||||
|
||||
sendfile on;
|
||||
tcp_nopush on;
|
||||
tcp_nodelay on;
|
||||
|
|
Loading…
Reference in a new issue