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 18:10:40 +0800
commitbae9bc096af670afb577c9c111f093b09bdeddb9 (patch)
treebcb700e792561bd7abbb41000209f25e76f05afb
parent4219eab1e4b402ff3bb25a4b349721ec7ae36bb0 (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;