From 04ad32ec103b93b9a0bd71d54a4a4c2c37684d95 Mon Sep 17 00:00:00 2001 From: Pelagic Date: Sun, 14 Apr 2024 04:43:41 +0300 Subject: [PATCH] Fixed some documentation mistakes in README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; } ```