~dricottone/container-images

ref: 8435da1883ccbff1061b4afe6f623db120d74258 container-images/php/php-fpm.d/www.conf -rw-r--r-- 849 bytes
8435da18Dominic Ricottone Updates 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[www]

;;;;;;;;;;;;;;;
; Permissions ;
;;;;;;;;;;;;;;;
user = www-data
group = www-data

;;;;;;;;;;
; Socket ;
;;;;;;;;;;
listen = 9000

;listen = /run/php-fpm/php-fpm.sock
;listen.owner = www-data
;listen.group = www-data
;listen.mode = 0660

;;;;;;;;;;;;;;;;;;;
; Pool Management ;
;;;;;;;;;;;;;;;;;;;
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3

;pm = static
;pm.max_children = 5

;pm = ondemand
;pm.max_children = 5
;pm.process_idle_timeout = 10s

;;;;;;;;;;;;;;;;;;;;;;;;;
; Environment Variables ;
;;;;;;;;;;;;;;;;;;;;;;;;;
clear_env = no

;;;;;;;;;;;
; Logging ;
;;;;;;;;;;;
access.log = /proc/self/fd/2
catch_workers_output = yes
decorate_workers_output = no

;;;;;;;;;;;;
; Security ;
;;;;;;;;;;;;
;listen.allowed_clients = 127.0.0.1
;security.limit_extensions = .php .html .htm