From a6e0099a800803add128bb8e93bc250babfc2df4 Mon Sep 17 00:00:00 2001
From: Luffy <52o@qq52o.cn>
Date: Wed, 3 Sep 2025 13:56:16 +0800
Subject: [PATCH] Add documentation for listen.setfib and access.suppress_path
parameters
---
install/fpm/configuration.xml | 28 ++++++++++++++++++++++++++--
1 file changed, 26 insertions(+), 2 deletions(-)
diff --git a/install/fpm/configuration.xml b/install/fpm/configuration.xml
index 4b9edb5446f8..12ef26f48af9 100644
--- a/install/fpm/configuration.xml
+++ b/install/fpm/configuration.xml
@@ -342,6 +342,18 @@
+
+
+ listen.setfib
+ int
+
+
+
+ Set the associated the route table (FIB). FreeBSD only.
+ Default Value: -1. Since PHP 8.2.0.
+
+
+
user
@@ -978,6 +990,18 @@
+
+
+ access.suppress_path
+ array
+
+
+
+ A list of request_uri values which should be filtered from the access log.
+ Default value: not set. Since PHP 8.2.0.
+
+
+
It's possible to pass additional environment variables and update PHP settings of a certain pool.
@@ -1017,13 +1041,13 @@ php_admin_value[memory_limit] = 32M
set PHP settings in nginx.conf
-
+]]>