Browse Source

[Nginx] Set server_names_hash_bucket_size 64

andryyy 8 years ago
parent
commit
aabcf65c69
2 changed files with 4 additions and 0 deletions
  1. 4 0
      data/conf/nginx/site.conf
  2. 0 0
      data/web/js/bootstrap-filestyle.min.js

+ 4 - 0
data/conf/nginx/site.conf

@@ -1,4 +1,8 @@
+# includes to http {
 proxy_cache_path /tmp levels=1:2 keys_zone=sogo:10m inactive=24h  max_size=1g;
 proxy_cache_path /tmp levels=1:2 keys_zone=sogo:10m inactive=24h  max_size=1g;
+server_names_hash_bucket_size 64;
+# }
+
 map $http_x_forwarded_proto $client_req_scheme {
 map $http_x_forwarded_proto $client_req_scheme {
      default $scheme;
      default $scheme;
      https https;
      https https;

File diff suppressed because it is too large
+ 0 - 0
data/web/js/bootstrap-filestyle.min.js


Some files were not shown because too many files changed in this diff