mirror of
https://github.com/thib8956/nginx-proxy
synced 2026-04-27 14:29:37 +00:00
91652aac48
Without this fix the response of nohttp sites to HTTP requests changes depending on the existence of at least one HTTP enabled site: * no HTTP enabled sites -> connection refused * at least one HTTP enabled site -> 503 This fix ensures the response is always 503.