https context

This commit is contained in:
j 2013-02-09 19:35:11 +00:00
commit 5728a96f74
2 changed files with 6 additions and 0 deletions

View file

@ -36,6 +36,7 @@ server {
location / {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto http;
proxy_set_header Host $http_host;
proxy_redirect off;
proxy_read_timeout 90; #should be in sync with gunicorn timeout