File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,35 @@ WEB_DOCUMENT_ROOT=/app/
1414WEB_DOCUMENT_INDEX=index.php
1515CLI_SCRIPT=php /app/index.php
1616
17+ # ######################################
18+ # PHP settings
19+ # (available in docker images after 2017-06-15)
20+
21+ # PHP.ini
22+
23+ # php.memory_limit=2G
24+ # php.date.timezone=UTC
25+ # php.display_errors=1
26+ # php.max_execution_time=600
27+ # php.post_max_size=50M
28+ # php.upload_max_filesize=50M
29+
30+ # FPM global (master)
31+
32+ # fpm.global.process_control_timeout=5m
33+ # fpm.global.process.max=100
34+
35+ # FPM pool
36+
37+ # fpm.pool.pm=dynamic
38+ # fpm.pool.pm.max_children=20
39+ # fpm.pool.pm.start_servers=20
40+ # fpm.pool.pm.min_spare_servers=1
41+ # fpm.pool.pm.max_spare_servers=3
42+ # fpm.pool.pm.process_idle_timeout=10s
43+ # fpm.pool.pm.max_requests=1000
44+ # fpm.pool.request_terminate_timeout=5m
45+
1746# ######################################
1847# SSH settings
1948# SSH public key (without comment):
You can’t perform that action at this time.
0 commit comments