Remove proxy_redirect directive
This commit is contained in:
parent
9097caf438
commit
16168cc9d9
1 changed files with 1 additions and 2 deletions
|
|
@ -14,9 +14,8 @@ server {
|
|||
}
|
||||
|
||||
location / {
|
||||
proxy_pass http://gunicorn;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header Host $host;
|
||||
proxy_redirect off;
|
||||
proxy_pass http://gunicorn;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue