aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuabingZhao <zhao.huabing@zte.com.cn>2016-10-24 16:58:52 +0800
committerHuabingZhao <zhao.huabing@zte.com.cn>2016-10-24 16:59:00 +0800
commit81e3003ffefe9eb61b22a561a03a822198ed06b9 (patch)
tree89efa033b9dd68da3eabb54d4c53936bd26ac493
parent71da542da90eb156db0c5c0e5130c043ba73c3b3 (diff)
OCS-122 msb service start failed
Issue-Id: OCS-122 Change-Id: Id03852c317fa7d60343e9accc040a3fa1288c908 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
-rw-r--r--msb-core/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf
index e66571f..ea434b7 100644
--- a/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf
+++ b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf
@@ -49,7 +49,7 @@ http {
proxy_buffers 4 32k;
#set the nginx_cache parameter
- proxy_cache_path temp/proxy_cache levels=1:2 keys_zone=nginx_cache:1024m inactive=1d max_size=10g;
+ proxy_cache_path temp/proxy_cache levels=1:2 keys_zone=nginx_cache:256m inactive=1d max_size=1g;
# Logging
access_log off;