Build/Test Tools: Add `Authorization` headers support to `local-env`.

This ensures that basic authorization is passed from nginx to PHP.

Props Clorith.
Fixes #51646.

git-svn-id: https://develop.svn.wordpress.org/trunk@49336 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-10-27 18:32:22 +00:00
parent 43b1fe75b8
commit 18f172556d
1 changed files with 1 additions and 0 deletions

View File

@ -27,5 +27,6 @@ server {
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_pass_header Authorization;
}
}