From 149d4371492782247ce188ce32e3411ce9b262c3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 6 May 2017 08:44:48 +0200 Subject: refresh + support .phar --- php.conf2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php.conf2') diff --git a/php.conf2 b/php.conf2 index fc6de6f..aeed80f 100644 --- a/php.conf2 +++ b/php.conf2 @@ -5,7 +5,7 @@ # Enable http authorization headers SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1 - + SetHandler "proxy:fcgi://127.0.0.1:9000" -- cgit