From d7ff880dfaa1f5462ee0cb0dd6260d236095a3e3 Mon Sep 17 00:00:00 2001 From: Bruno Cesar Ribas Date: Wed, 22 Aug 2018 00:38:15 -0300 Subject: tools/000-boca.conf: Adds configuration specific for php-fpm Signed-off-by: Bruno Cesar Ribas --- tools/000-boca.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tools') diff --git a/tools/000-boca.conf b/tools/000-boca.conf index 66c62fe..81df368 100644 --- a/tools/000-boca.conf +++ b/tools/000-boca.conf @@ -1,3 +1,12 @@ + + Require all granted + + + AddHandler php7-fcgi .php + Action php7-fcgi /php7-fcgi + Alias /php7-fcgi /usr/lib/cgi-bin/php7-fcgi + FastCgiExternalServer /usr/lib/cgi-bin/php7-fcgi -socket /var/run/php/php7.0-fpm.sock -idle-timeout 120 -pass-header Authorization + AllowOverride Options AuthConfig Limit Order Allow,Deny -- cgit v1.2.3