Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure NGINX restarts when changing the interface that a listener binds to #6305

Open
shaun-nx opened this issue Aug 29, 2024 · 1 comment
Open
Labels
proposal An issue that proposes a feature request
Milestone

Comments

@shaun-nx
Copy link
Contributor

Is your feature request related to a problem? Please describe.
By default, NGINX binds to all interfaces; eg listen 0.0.0.0:80 === listen 80
This request is to ensure NGINX restarts in scenarios where the interface is changed from listen 0.0.0.0:80 to a specific interface, or visea-versa

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@shaun-nx shaun-nx added the proposal An issue that proposes a feature request label Aug 29, 2024
Copy link

Hi @shaun-nx thanks for reporting!

Be sure to check out the docs and the Contributing Guidelines while you wait for a human to take a look at this 🙂

Cheers!

@shaun-nx shaun-nx changed the title [DRAFT] Ensure NGINX restarts when changing the interface that a listener binds to Ensure NGINX restarts when changing the interface that a listener binds to Aug 30, 2024
@shaun-nx shaun-nx added this to the Candidates milestone Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal An issue that proposes a feature request
Projects
Status: Todo ☑
Development

No branches or pull requests

1 participant