Skip to content

Add UWSGI protocol support #4223

Open
Open
@calum-renewabledynamics

Description

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;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions