You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We found this issue occurs if an outdated http-upload-module for nginx was used. The module with the latest patch in the 2.2 branch fixes the issue. Please review this issue of the http-upload-module project. cloudfoundry/capi-release#61
As soon as the cloud_controller ships the patched module it should work.
Thanks again @tinygrasshopper for bringing this up.
We are facing a situation in which the nginx stops responding to routes specified by https://github.com/cloudfoundry/cloud_controller_ng/blob/e7e6ed316a89bb578ecec0aedc88fb61b8fe362c/bosh/jobs/cloud_controller_ng/templates/nginx.conf.erb#L191, when restarted. This behavior is not seen if the addon is not installed. The requests we notice fail need to have a
multipart/form-data header
This are not responded to by nginx:
But this one is:
And this one is:
The text was updated successfully, but these errors were encountered: