OCS-122 msb service start failed
[msb/apigateway.git] / 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;