Disable body caching for openstack services
This patch disables body caching for openstack services,
as this is useless for REST api.
Change-Id: Id8e9848b8f4696784015d99afe71c1784cded467
Related-Prod: PROD-24702
diff --git a/nginx/server/proxy/openstack/glare.yml b/nginx/server/proxy/openstack/glare.yml
index 898f622..b761138 100644
--- a/nginx/server/proxy/openstack/glare.yml
+++ b/nginx/server/proxy/openstack/glare.yml
@@ -16,6 +16,8 @@
port: 9494
protocol: http
size: 30000m
+ # Prevent nginx from caching request body
+ request_buffer: false
host:
name: ${_param:nginx_proxy_openstack_api_host}
port: 9494