Forums

Where to put WSGIPassAuthorization On?

Hi, I read on the django-tastypie docs that you need to enable WSGIPassAuthorization On, but where do you put it here? Thanks. http://django-tastypie.readthedocs.org/en/v0.9.15/authentication.html

It looks to me like WSGIPassAuthorization is specifically an Apache directive, so there's nowhere to put it in our infrastructure which is based on nginx and uWSGI.