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_pass #160

Closed
Atlantic777 opened this issue Oct 17, 2013 · 2 comments
Closed

Add uwsgi_pass #160

Atlantic777 opened this issue Oct 17, 2013 · 2 comments
Labels
enhancement New feature or request

Comments

@Atlantic777
Copy link

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;
}
@mengesb
Copy link

mengesb commented Mar 3, 2014

@Atlantic777 can you check and see if PR#83 satisfies your needs? It looks like it will.

SHA: 063f6b5
SHA: d838228
SHA: d401841

https://github.com/jfryman/puppet-nginx/pull/83/commits

@3flex 3flex added the enhancement New feature or request label Apr 13, 2015
@wyardley
Copy link
Collaborator

wyardley commented Oct 7, 2016

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

@wyardley wyardley closed this as completed Oct 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants