зеркало из https://github.com/nextcloud/server.git
remove php_value
php_value can only be used with mod_php, using it with FCGI will cause 500 Internal Server errors. This needs to be set in php.ini manually or set using ini_set().
This commit is contained in:
Родитель
308c85090e
Коммит
ef2e84026e
|
@ -1,5 +1,4 @@
|
|||
<IfModule mod_fcgid.c>
|
||||
php_value cgi.fix_pathinfo 1
|
||||
<IfModule mod_setenvif.c>
|
||||
<IfModule mod_headers.c>
|
||||
SetEnvIfNoCase ^Authorization$ "(.+)" XAUTHORIZATION=$1
|
||||
|
|
Загрузка…
Ссылка в новой задаче