We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a96bb08 + 5dc0a18 commit aa249a4Copy full SHA for aa249a4
2 files changed
files/entrypoint.sh
@@ -12,7 +12,7 @@ cat <<EOF > $PHP_FPM_POOL_CONF
12
[www]
13
user = application
14
group = application
15
-listen = 127.0.0.1:9000
+listen = 9000
16
pm = dynamic
17
pm.max_children = 5
18
pm.start_servers = 2
files/php-fpm-www.conf
@@ -1,7 +1,7 @@
1
2
3
4
5
6
7
0 commit comments