Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dhardy92
Copy link
Contributor

Nginx reverse HTTP service does not provide (out of the box) method to check health on upstream services.
It only do periodically HEAD requests on the / given its configuration.

In thumbor HEAD method is not implemented resulting in 405 method not allowed.

I just added a basic implementation of head in handler that only reply "204 no content" on every requests. so that nginx service should be happy.

@heynemann
Copy link
Member

Can you verify why the build is failing?

Cheers,

@dhardy92
Copy link
Contributor Author

dhardy92 commented Aug 8, 2013

Finally I found out ... https://github.com/rafaelcaricio/tornado_pyvows/blob/master/tornado_pyvows/context.py#L220 :) will make some PR :)

@heynemann
Copy link
Member

Released in 3.13.1.

@dhardy92 dhardy92 deleted the feature_BasicHandleHeadQueries branch December 5, 2013 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants