Compare commits
3 Commits
nginx-sf-w
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b075a6abd | |||
| 74d7fa4143 | |||
| 04ad32ec10 |
@@ -88,10 +88,12 @@ 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_AUTHORIZATION '$http_authorization';
|
||||
# uwsgi_param HTTP_X_ORIGINAL_METHOD '$request_method';
|
||||
# uwsgi_param HTTP_X_ORIGINAL_URI '$request_uri';
|
||||
# uwsgi_pass unix:/path/to/my/django.sock;
|
||||
}
|
||||
```
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user