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
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;
The text was updated successfully, but these errors were encountered:
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;
The text was updated successfully, but these errors were encountered: