Role service-nginx: increase server_names_hash_bucket_size

This commit is contained in:
Tobias Hachmer 2018-11-08 06:38:01 +01:00
parent ae5dcb1575
commit c400c57b0c
No known key found for this signature in database
GPG Key ID: E112788464CA5C60
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
---
server_names_hash_bucket_size: 64

View File

@ -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;