diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2016-10-24 16:58:52 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2016-10-24 16:59:00 +0800 |
commit | 81e3003ffefe9eb61b22a561a03a822198ed06b9 (patch) | |
tree | 89efa033b9dd68da3eabb54d4c53936bd26ac493 /msb-core/openresty-ext/src | |
parent | 71da542da90eb156db0c5c0e5130c043ba73c3b3 (diff) |
OCS-122 msb service start failed
Issue-Id: OCS-122
Change-Id: Id03852c317fa7d60343e9accc040a3fa1288c908
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'msb-core/openresty-ext/src')
-rw-r--r-- | msb-core/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf | 2 |
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; |