proxy_redirect          off;
proxy_set_header        Host                    $host;
proxy_set_header        X-Real-IP               $remote_addr;
proxy_set_header        X-Forwarded-For         $proxy_add_x_forwarded_for;
proxy_set_header        X-Forwarded-Host        $host;
# buyer/wcheckout/views.py confirmation has a dependency on HTTP_X_FORWARDED_PROTOCOL
proxy_set_header        X-Forwarded-Protocol    $scheme;
proxy_set_header        X-Forwarded-Proto       $scheme;
proxy_set_header        X-Now                   $msec;

proxy_http_version      1.1;
proxy_set_header        Connection              "";
