mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #1931 from owncloud/fastcgi
add cgi pathinfo when fcgi is enabled #1189
This commit is contained in:
commit
f3a8bf9260
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
<IfModule mod_fcgid.c>
|
||||
cgi.fix_pathinfo = 1
|
||||
<IfModule mod_setenvif.c>
|
||||
<IfModule mod_headers.c>
|
||||
SetEnvIfNoCase ^Authorization$ "(.+)" XAUTHORIZATION=$1
|
||||
|
|
|
|||
Loading…
Reference in a new issue