Skip to content

Commit 7d860c6

Browse files
author
lillian
committed
bump process count to fix wordpress loopback requests
1 parent 171ca64 commit 7d860c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker/wordpress/config.json

+5
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
"root": "/app/wordpress/",
4545
"script": "index.php"
4646
}
47+
},
48+
"process": {
49+
"idle_timeout": 30,
50+
"max": 50,
51+
"spare": 1
4752
}
4853
}
4954
}

0 commit comments

Comments
 (0)