From 68d7d06a83b439595847437fdda0e12c89b8442d Mon Sep 17 00:00:00 2001 From: Martijn de Boer Date: Mon, 12 Aug 2024 17:17:19 +0200 Subject: [PATCH] Add apache/php-fpm.conf --- apache/php-fpm.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 apache/php-fpm.conf diff --git a/apache/php-fpm.conf b/apache/php-fpm.conf new file mode 100644 index 0000000..f101eb7 --- /dev/null +++ b/apache/php-fpm.conf @@ -0,0 +1,18 @@ + + SetHandler "proxy:fcgi://php74:9074" + + +# For PHP 8.1 +# +# SetHandler "proxy:fcgi://php81:9081" +# + +# For PHP 8.3 +# +# SetHandler "proxy:fcgi://php83:9083" +# + +# For PHP 8.4 +# +# SetHandler "proxy:fcgi://php84:9084" +# \ No newline at end of file