Skip to content

Commit

Permalink
Fix authorization header not passed to proxy (fix #9)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicofrand committed Mar 29, 2020
1 parent 2df4c3f commit e92f290
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e92f290

Please sign in to comment.