LREN-CHUV / mip-microservices-infrastructure

Generic version of the scripts used to deploy the Medical Informatics Platform
Apache License 2.0
1 stars 9 forks source link

Remove HEAD from limit_except directive in nginx conf files. #55

Closed jdkelley closed 5 years ago

jdkelley commented 5 years ago

Removing unnecessary http method. HEAD is implicit when GET is present.

For further reading about this from the nginx docs: http://nginx.org/en/docs/http/ngx_http_core_module.html#limit_except

ludovicc commented 5 years ago

Thanks for the fix @jdkelley