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

Add UWSGI protocol support #4223

Open
calum-renewabledynamics opened this issue Dec 10, 2024 · 0 comments
Open

Add UWSGI protocol support #4223

calum-renewabledynamics opened this issue Dec 10, 2024 · 0 comments

Comments

@calum-renewabledynamics

Describe the solution you'd like
I would like to request some way to pass UWSGI packets.

Describe alternatives you've considered
Normal NGINX is able to do this easily.
But I can't see any way to do it with NPM (even using advanced configuration).

Additional context
On normal NGINX, if I want to add a UWSGI proxy host (e.g. a flask app), I just have to add:
include uwsgi_params; uwsgi_pass 127.0.0.1:1234;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant