Skip to content

Commit

Permalink
Fix authorization env pass to php-fpm
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <[email protected]>
  • Loading branch information
Sieg committed Nov 10, 2023
1 parent 06c820d commit 23dd45f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ jobs:
-e 's#<sCompileDir>#/var/www/source/tmp/#g;'\
-e 's#iDebug = 0;#iDebug = -1;#g;'\
source/source/config.inc.php
perl -pi\
-e 'print "SetEnvIf Authorization \"(.*)\" HTTP_AUTHORIZATION=\$1\n\n" if $. == 1'\
source/source/.htaccess
- name: Checkout current module
uses: actions/checkout@v4
Expand Down

0 comments on commit 23dd45f

Please sign in to comment.