diff --git a/conf/nginx.conf b/conf/nginx.conf index 3770705..486711d 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -22,6 +22,8 @@ location __PATH__/ { proxy_buffering off; fastcgi_param REMOTE_USER $remote_user; client_max_body_size 50M; + more_set_input_headers 'Authorization: $http_authorization'; + proxy_set_header Authorization $http_authorization; # Force https if ($scheme = http) {