瀏覽代碼

[Nginx] Set server_names_hash_bucket_size 64

andryyy 8 年之前
父節點
當前提交
aabcf65c69
共有 2 個文件被更改,包括 4 次插入0 次删除
  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;
+server_names_hash_bucket_size 64;
+# }
+
 map $http_x_forwarded_proto $client_req_scheme {
      default $scheme;
      https https;

文件差異過大導致無法顯示
+ 0 - 0
data/web/js/bootstrap-filestyle.min.js


部分文件因文件數量過多而無法顯示