We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8713623 commit d34f8a3Copy full SHA for d34f8a3
root-fs/etc/php/php-fpm.d/www2.conf
@@ -1,7 +1,6 @@
1
[global]
2
pid = /run/php-fpm/php-fpm.pid
3
error_log = /config/log/php/error.log
4
-include = /config/php/php-fpm.d/*.conf
5
6
[www]
7
user =
@@ -35,3 +34,6 @@ pm.start_servers = 1
35
34
pm.max_children = 10
36
pm.min_spare_servers = 1
37
pm.max_spare_servers = 1
+
38
+; leave include as the last, otherwise it doen't override the above settings.
39
+include = /config/php/php-fpm.d/*.conf
0 commit comments