Skip to content

Commit 0d83da9

Browse files
Update no-php.tpl
1 parent 5556e03 commit 0d83da9

File tree

1 file changed

+14
-7
lines changed
  • install/ubuntu/16.04/templates/web/php-fpm

1 file changed

+14
-7
lines changed
Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
;[%backend%]
2+
;listen = /dev/null
3+
24
;user = %user%
35
;group = %user%
4-
;listen = /dev/null
56

67
;listen.owner = %user%
7-
;listen.group = nginx
8+
;listen.group = www-data
9+
10+
;pm = ondemand
11+
;pm.max_children = 2
12+
;pm.max_requests = 4000
13+
;pm.process_idle_timeout = 10s
14+
;pm.status_path = /status
815

9-
;pm = dynamic
10-
;pm.max_children = 50
11-
;pm.start_servers = 3
12-
;pm.min_spare_servers = 2
13-
;pm.max_spare_servers = 10
16+
;env[HOSTNAME] = $HOSTNAME
17+
;env[PATH] = /usr/local/bin:/usr/bin:/bin
18+
;env[TMP] = /home/%user%/tmp
19+
;env[TMPDIR] = /home/%user%/tmp
20+
;env[TEMP] = /home/%user%/tmp

0 commit comments

Comments
 (0)