From 49db863d63ed603fa34d90c0330b9f74397636d8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 Jul 2024 08:30:44 +0200 Subject: cleanup --- php.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'php.conf') diff --git a/php.conf b/php.conf index 0639c0a..424cb8f 100644 --- a/php.conf +++ b/php.conf @@ -50,3 +50,17 @@ DirectoryIndex index.php #php_value opcache.file_cache "/var/lib/php/opcache" + +# Redirect to local php-fpm if mod_php (5, 7 or 8) is not available + + + + # Enable http authorization headers + SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1 + + + SetHandler "proxy:fcgi://127.0.0.1:9000" + + + + -- cgit