From bcdc89c86ea8958208879f36338d929514b4427e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 May 2019 15:52:42 +0200 Subject: duplicate 7.2 spec --- php.conf2 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 php.conf2 (limited to 'php.conf2') diff --git a/php.conf2 b/php.conf2 new file mode 100644 index 0000000..aeed80f --- /dev/null +++ b/php.conf2 @@ -0,0 +1,12 @@ + +# Redirect to local php-fpm if mod_php (5 or 7) is not available + + + # Enable http authorization headers + SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1 + + + SetHandler "proxy:fcgi://127.0.0.1:9000" + + + -- cgit