Skip to content

Commit

Permalink
Merge pull request zfcampus#109 from erwinkloosterboer/master
Browse files Browse the repository at this point in the history
Added setenvif to apache vhost in order to pass authorization headers
  • Loading branch information
weierophinney committed Jan 27, 2016
2 parents b65e0af + 855cdfd commit a96af4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions puphpet/config.yaml
Expand Up @@ -171,6 +171,8 @@ apache:
ssl_certs_dir: ''
ssl_protocol: ''
ssl_cipher: ''
setenvif:
- ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1
directories:
avd_6rxty09c4zgy:
path: /var/www/public
Expand Down

0 comments on commit a96af4a

Please sign in to comment.