Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
0e87521b
Commit
0e87521b
authored
Jan 10, 2017
by
Vincent Petry
Committed by
GitHub
Jan 10, 2017
Browse files
Merge pull request #26885 from MrKoopie/patch-1
Update .htaccess: add support for mod_lsapi
parents
e59ca22c
45000c6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.htaccess
View file @
0e87521b
...
...
@@ -4,6 +4,10 @@
SetEnvIfNoCase
^Authorization$ "(.+)" XAUTHORIZATION=$1
RequestHeader
set
XAuthorization %{XAUTHORIZATION}e env=XAUTHORIZATION
</
IfModule
>
<
IfModule
mod_lsapi.c
>
SetEnvIfNoCase
^Authorization$ "(.+)" XAUTHORIZATION=$1
RequestHeader
set
XAuthorization %{XAUTHORIZATION}e env=XAUTHORIZATION
</
IfModule
>
<
IfModule
mod_proxy_fcgi.c
>
SetEnvIfNoCase
Authorization "(.+)" HTTP_AUTHORIZATION=$1
</
IfModule
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment