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
Hi! It would be nice to have uwsgi_pass, too. It's very similar to proxy_pass except uwsgi params have to be included and maybe some more properties are needed.
Here's example how I use it (a block from nginx conf):
location / {
include uwsgi_params;
uwsgi_pass localhost:38001;
uwsgi_modifier1 30;
}
The text was updated successfully, but these errors were encountered:
I'm going to close this one, since there was no further response.
The feature does now exist as of June 2014, though the param in location resource is 'uwsgi' vs. 'uwsgi_pass', 2778df0
Hi! It would be nice to have uwsgi_pass, too. It's very similar to proxy_pass except uwsgi params have to be included and maybe some more properties are needed.
Here's example how I use it (a block from nginx conf):
The text was updated successfully, but these errors were encountered: