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
45000c6d
Commit
45000c6d
authored
Dec 29, 2016
by
D Koop
Committed by
GitHub
Dec 29, 2016
Browse files
Update .htaccess: add support for mod_lsapi
Add support for mod_lsapi, used by CloudLinux
parent
3c7f2a80
Changes
1
Hide whitespace changes
Inline
Side-by-side
.htaccess
View file @
45000c6d
...
...
@@ -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