-
-
Notifications
You must be signed in to change notification settings - Fork 883
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 support #398
Add uwsgi support #398
Conversation
Tests are fixed, would be nice if this was merged eventually. |
@mvintila thanks for the code. Yeah, I'm good with this. I know it can be done with custom directives, but this is cool to merge. |
Why doesn't uwsgi_params match upstream? What was committed contains this extra line:
|
What do you mean? The file is identical to the example here: |
This is the current file in nginx source: http://trac.nginx.org/nginx/browser/nginx/conf/uwsgi_params You wouldn't include |
Add uwsgi support
Add uwsgi support
Add uwsgi support, very similar to fastcgi. Actually most of the code is just copied over from the fastcgi functionality. This is tested and currently running in a production environment.