]> source.dussan.org Git - nextcloud-server.git/commitdiff
Merge pull request #18194 from RealRancor/proxy_fcgi
authorThomas Müller <thomas.mueller@tmit.eu>
Fri, 5 Feb 2016 12:29:41 +0000 (13:29 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Fri, 5 Feb 2016 12:29:41 +0000 (13:29 +0100)
Add mod_proxy_fcgi to .htaccess

1  2 
.htaccess

diff --cc .htaccess
index 4a4adce144c16579aeb7799fb12ab7135fedaeaa,b68adb4341278f58643102666b248a03946d3a87..725efa0971a1ca0d8c6a2ced938e3fc88bc738b1
+++ b/.htaccess
@@@ -1,6 -1,7 +1,6 @@@
 -# Version: 9.0.0
  <IfModule mod_headers.c>
-   <IfModule mod_fcgid.c>
-     <IfModule mod_setenvif.c>
+   <IfModule mod_setenvif.c>
+     <IfModule mod_fcgid.c>
         SetEnvIfNoCase ^Authorization$ "(.+)" XAUTHORIZATION=$1
         RequestHeader set XAuthorization %{XAUTHORIZATION}e env=XAUTHORIZATION
      </IfModule>