修改CC中/var/vcap/jobs/cloud_controller/config/nginx.conf
在location ~ (/apps/.*/application|/services/v\d+/configurations/.*/serialized/data)配置中添加下面语句
# Bypass for GET requests
if ($request_method = GET) {
proxy_pass http://cloud_controller;
}
重启CC