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
There should be a 503 or something, if a request comes in on a domain or IP address that is not defined by VIRTUAL_HOST env var. Instead, it just redirects to the first defined one.
According to this there must be a default added to the default listen-directive, for which I assume here is the right place. This file gets re-generated each time the proxy container starts though.
Is this within the scope of this project or rather upstream at jwilder/nginx-proxy?
The text was updated successfully, but these errors were encountered:
Looks like it. My experience with nginx is very little, I can only compare it to Apache's 000-default.conf that prevents requests to arbitrary domains/IP-addresses to reach a wrong web service.
There should be a 503 or something, if a request comes in on a domain or IP address that is not defined by
VIRTUAL_HOST
env var. Instead, it just redirects to the first defined one.According to this there must be a
default
added to the defaultlisten
-directive, for which I assume here is the right place. This file gets re-generated each time the proxy container starts though.Is this within the scope of this project or rather upstream at jwilder/nginx-proxy?
The text was updated successfully, but these errors were encountered: