diff --git a/lamp-trusty64-fpm/data/Apache/fastcgi.conf b/lamp-trusty64-fpm/data/Apache/fastcgi.conf index cc5c4a6..26a269f 100644 --- a/lamp-trusty64-fpm/data/Apache/fastcgi.conf +++ b/lamp-trusty64-fpm/data/Apache/fastcgi.conf @@ -1,9 +1,9 @@ - AddType application/x-httpd-fastphp5 .php - Action application/x-httpd-fastphp5 /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 - - Require all granted - + AddType application/x-httpd-fastphp5 .php + Action application/x-httpd-fastphp5 /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 + + Require all granted + \ No newline at end of file