Format
This commit is contained in:
parent
83d14ebd21
commit
4dc7b56ec7
@ -1,9 +1,9 @@
|
|||||||
<IfModule mod_fastcgi.c>
|
<IfModule mod_fastcgi.c>
|
||||||
AddType application/x-httpd-fastphp5 .php
|
AddType application/x-httpd-fastphp5 .php
|
||||||
Action application/x-httpd-fastphp5 /php5-fcgi
|
Action application/x-httpd-fastphp5 /php5-fcgi
|
||||||
Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
|
Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
|
||||||
FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -socket /var/run/php5-fpm.sock -pass-header Authorization -idle-timeout 310
|
FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -socket /var/run/php5-fpm.sock -pass-header Authorization -idle-timeout 310
|
||||||
<Directory /usr/lib/cgi-bin>
|
<Directory /usr/lib/cgi-bin>
|
||||||
Require all granted
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
</IfModule>
|
</IfModule>
|
Loading…
Reference in New Issue
Block a user