We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0cf35 commit 919715aCopy full SHA for 919715a
etc/environment.yml
@@ -14,6 +14,35 @@ WEB_DOCUMENT_ROOT=/app/
14
WEB_DOCUMENT_INDEX=index.php
15
CLI_SCRIPT=php /app/index.php
16
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
46
#######################################
47
# SSH settings
48
# SSH public key (without comment):
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments