diff --git a/README.md b/README.md index 1ea3dbc..f9474d8 100644 --- a/README.md +++ b/README.md @@ -88,10 +88,11 @@ There are a few reasonable ways of setting it up. proxy_pass http://localhost:8000/api/v1/cloud/auth/; # OR + # include uwsgi_params; # uwsgi_pass_request_headers on; # uwsgi_pass_request_body on; - # uwsgi_param X-Original-Method $request_uri; - # uwsgi_param X-Original-URI $request_uri; + # uwsgi_param HTTP_X_ORIGINAL_METHOD $request_uri; + # uwsgi_param HTTP_X_ORIGINAL_URI $request_uri; # uwsgi_pass unix:/path/to/my/django.sock; } ```