blob: 2d238c01df4873ad32f1c226d6424869940aad7b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
; Samples of all settings are in www.conf.default
[wiki]
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
pm.max_requests = 1000
user = phpfpm
listen = 9000
chdir = /var/www/mediawiki
; if we send this to /proc/self/fd/1, it never appears
access.log = /proc/self/fd/3
clear_env = no
; Ensure worker stdout and stderr are sent to the main error log.
catch_workers_output = yes
decorate_workers_output = no
|