OCS-122 msb service start failed
authorHuabingZhao <zhao.huabing@zte.com.cn>
Mon, 24 Oct 2016 08:58:52 +0000 (16:58 +0800)
committerHuabingZhao <zhao.huabing@zte.com.cn>
Mon, 24 Oct 2016 10:10:40 +0000 (18:10 +0800)
Issue-Id: OCS-122
Change-Id: Id03852c317fa7d60343e9accc040a3fa1288c908
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf

index e66571f..ea434b7 100644 (file)
@@ -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;