Fixed some documentation mistakes in README.md
This commit is contained in:
@@ -88,10 +88,11 @@ There are a few reasonable ways of setting it up.
|
|||||||
proxy_pass http://localhost:8000/api/v1/cloud/auth/;
|
proxy_pass http://localhost:8000/api/v1/cloud/auth/;
|
||||||
|
|
||||||
# OR
|
# OR
|
||||||
|
# include uwsgi_params;
|
||||||
# uwsgi_pass_request_headers on;
|
# uwsgi_pass_request_headers on;
|
||||||
# uwsgi_pass_request_body on;
|
# uwsgi_pass_request_body on;
|
||||||
# uwsgi_param X-Original-Method $request_uri;
|
# uwsgi_param HTTP_X_ORIGINAL_METHOD $request_uri;
|
||||||
# uwsgi_param X-Original-URI $request_uri;
|
# uwsgi_param HTTP_X_ORIGINAL_URI $request_uri;
|
||||||
# uwsgi_pass unix:/path/to/my/django.sock;
|
# uwsgi_pass unix:/path/to/my/django.sock;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user