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
upstreaminvalid-backend-ref {
random two least_conn;
server unix:/var/lib/nginx/nginx-500-server.sock;
}
server {
listen unix:/var/lib/nginx/nginx-502-server.sock;
access_log off;
return502;
}
server {
listen unix:/var/lib/nginx/nginx-500-server.sock;
access_log off;
return500;
}
This means NGINX won't listen on port 80, even though the listener is configured.
Expected behavior
NGINX should listen on port 80 if an HTTP listener is configured.
Your environment
Version of the NGINX Kubernetes Gateway - release version or a specific commit. The first line of the nginx-gateway container logs includes the commit info. - latest (edge, 55b23d4dbfda3e2e6dac1f3a64201e30d2c8cd8a)
Describe the bug
NGINX Kubernetes Gateway doesn't generate an NGINX server for an HTTP listener with 0 routes.
To Reproduce
For a Gateway like this:
NKG generates:
This means NGINX won't listen on port 80, even though the listener is configured.
Expected behavior
NGINX should listen on port 80 if an HTTP listener is configured.
Your environment
55b23d4dbfda3e2e6dac1f3a64201e30d2c8cd8a
)Aha! Link: https://nginx.aha.io/features/NKG-20
The text was updated successfully, but these errors were encountered: