From 762d7586e04d9f4b1b552de90945a2a70fd9fde9 Mon Sep 17 00:00:00 2001 From: makss Date: Thu, 8 Dec 2022 02:22:23 +0200 Subject: [PATCH] Added sys_temp_dir for php-fpm --- install/debian/7/templates/web/php5-fpm/default.tpl | 1 + install/debian/7/templates/web/php5-fpm/socket.tpl | 1 + install/debian/8/templates/web/php5-fpm/default.tpl | 1 + install/debian/8/templates/web/php5-fpm/socket.tpl | 1 + install/debian/9/templates/web/php-fpm/default.tpl | 1 + install/debian/9/templates/web/php-fpm/socket.tpl | 1 + install/rhel/5/templates/web/php-fpm/default.tpl | 1 + install/rhel/5/templates/web/php-fpm/socket.tpl | 1 + install/rhel/6/templates/web/php-fpm/default.tpl | 1 + install/rhel/6/templates/web/php-fpm/socket.tpl | 1 + install/rhel/7/templates/web/php-fpm/default.tpl | 1 + install/rhel/7/templates/web/php-fpm/socket.tpl | 1 + install/ubuntu/12.04/templates/web/php-fpm/default.tpl | 1 + install/ubuntu/12.04/templates/web/php-fpm/socket.tpl | 1 + install/ubuntu/12.10/templates/web/php-fpm/default.tpl | 1 + install/ubuntu/12.10/templates/web/php-fpm/socket.tpl | 1 + install/ubuntu/13.04/templates/web/php-fpm/default.tpl | 1 + install/ubuntu/13.04/templates/web/php-fpm/socket.tpl | 1 + install/ubuntu/13.10/templates/web/php-fpm/default.tpl | 1 + install/ubuntu/13.10/templates/web/php-fpm/socket.tpl | 1 + install/ubuntu/14.04/templates/web/php-fpm/default.tpl | 1 + install/ubuntu/14.04/templates/web/php-fpm/socket.tpl | 1 + install/ubuntu/14.10/templates/web/php-fpm/default.tpl | 1 + install/ubuntu/14.10/templates/web/php-fpm/socket.tpl | 1 + install/ubuntu/15.04/templates/web/php-fpm/default.tpl | 1 + install/ubuntu/15.04/templates/web/php-fpm/socket.tpl | 1 + install/ubuntu/15.10/templates/web/php-fpm/default.tpl | 1 + install/ubuntu/15.10/templates/web/php-fpm/socket.tpl | 1 + install/ubuntu/16.04/templates/web/php-fpm/default.tpl | 1 + install/ubuntu/16.04/templates/web/php-fpm/socket.tpl | 1 + install/ubuntu/16.10/templates/web/php-fpm/default.tpl | 1 + install/ubuntu/16.10/templates/web/php-fpm/socket.tpl | 1 + install/ubuntu/17.04/templates/web/php-fpm/default.tpl | 1 + install/ubuntu/17.04/templates/web/php-fpm/socket.tpl | 1 + install/ubuntu/17.10/templates/web/php-fpm/default.tpl | 1 + install/ubuntu/17.10/templates/web/php-fpm/socket.tpl | 1 + install/ubuntu/18.04/templates/web/php-fpm/default.tpl | 1 + install/ubuntu/18.04/templates/web/php-fpm/socket.tpl | 1 + install/ubuntu/18.10/templates/web/php-fpm/default.tpl | 1 + install/ubuntu/18.10/templates/web/php-fpm/socket.tpl | 1 + 40 files changed, 40 insertions(+) diff --git a/install/debian/7/templates/web/php5-fpm/default.tpl b/install/debian/7/templates/web/php5-fpm/default.tpl index 209e1e437..816fa21f9 100644 --- a/install/debian/7/templates/web/php5-fpm/default.tpl +++ b/install/debian/7/templates/web/php5-fpm/default.tpl @@ -11,6 +11,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/debian/7/templates/web/php5-fpm/socket.tpl b/install/debian/7/templates/web/php5-fpm/socket.tpl index a0151084f..e427045ce 100644 --- a/install/debian/7/templates/web/php5-fpm/socket.tpl +++ b/install/debian/7/templates/web/php5-fpm/socket.tpl @@ -14,6 +14,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/debian/8/templates/web/php5-fpm/default.tpl b/install/debian/8/templates/web/php5-fpm/default.tpl index 209e1e437..816fa21f9 100644 --- a/install/debian/8/templates/web/php5-fpm/default.tpl +++ b/install/debian/8/templates/web/php5-fpm/default.tpl @@ -11,6 +11,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/debian/8/templates/web/php5-fpm/socket.tpl b/install/debian/8/templates/web/php5-fpm/socket.tpl index a0151084f..e427045ce 100644 --- a/install/debian/8/templates/web/php5-fpm/socket.tpl +++ b/install/debian/8/templates/web/php5-fpm/socket.tpl @@ -14,6 +14,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/debian/9/templates/web/php-fpm/default.tpl b/install/debian/9/templates/web/php-fpm/default.tpl index 209e1e437..816fa21f9 100644 --- a/install/debian/9/templates/web/php-fpm/default.tpl +++ b/install/debian/9/templates/web/php-fpm/default.tpl @@ -11,6 +11,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/debian/9/templates/web/php-fpm/socket.tpl b/install/debian/9/templates/web/php-fpm/socket.tpl index a0151084f..e427045ce 100644 --- a/install/debian/9/templates/web/php-fpm/socket.tpl +++ b/install/debian/9/templates/web/php-fpm/socket.tpl @@ -14,6 +14,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/rhel/5/templates/web/php-fpm/default.tpl b/install/rhel/5/templates/web/php-fpm/default.tpl index 209e1e437..816fa21f9 100644 --- a/install/rhel/5/templates/web/php-fpm/default.tpl +++ b/install/rhel/5/templates/web/php-fpm/default.tpl @@ -11,6 +11,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/rhel/5/templates/web/php-fpm/socket.tpl b/install/rhel/5/templates/web/php-fpm/socket.tpl index d05a29e42..c22d0e2cd 100644 --- a/install/rhel/5/templates/web/php-fpm/socket.tpl +++ b/install/rhel/5/templates/web/php-fpm/socket.tpl @@ -14,6 +14,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/rhel/6/templates/web/php-fpm/default.tpl b/install/rhel/6/templates/web/php-fpm/default.tpl index 209e1e437..816fa21f9 100644 --- a/install/rhel/6/templates/web/php-fpm/default.tpl +++ b/install/rhel/6/templates/web/php-fpm/default.tpl @@ -11,6 +11,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/rhel/6/templates/web/php-fpm/socket.tpl b/install/rhel/6/templates/web/php-fpm/socket.tpl index d05a29e42..c22d0e2cd 100644 --- a/install/rhel/6/templates/web/php-fpm/socket.tpl +++ b/install/rhel/6/templates/web/php-fpm/socket.tpl @@ -14,6 +14,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/rhel/7/templates/web/php-fpm/default.tpl b/install/rhel/7/templates/web/php-fpm/default.tpl index 209e1e437..816fa21f9 100644 --- a/install/rhel/7/templates/web/php-fpm/default.tpl +++ b/install/rhel/7/templates/web/php-fpm/default.tpl @@ -11,6 +11,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/rhel/7/templates/web/php-fpm/socket.tpl b/install/rhel/7/templates/web/php-fpm/socket.tpl index d05a29e42..c22d0e2cd 100644 --- a/install/rhel/7/templates/web/php-fpm/socket.tpl +++ b/install/rhel/7/templates/web/php-fpm/socket.tpl @@ -14,6 +14,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/12.04/templates/web/php-fpm/default.tpl b/install/ubuntu/12.04/templates/web/php-fpm/default.tpl index 209e1e437..816fa21f9 100644 --- a/install/ubuntu/12.04/templates/web/php-fpm/default.tpl +++ b/install/ubuntu/12.04/templates/web/php-fpm/default.tpl @@ -11,6 +11,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/12.04/templates/web/php-fpm/socket.tpl b/install/ubuntu/12.04/templates/web/php-fpm/socket.tpl index a0151084f..e427045ce 100644 --- a/install/ubuntu/12.04/templates/web/php-fpm/socket.tpl +++ b/install/ubuntu/12.04/templates/web/php-fpm/socket.tpl @@ -14,6 +14,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/12.10/templates/web/php-fpm/default.tpl b/install/ubuntu/12.10/templates/web/php-fpm/default.tpl index 209e1e437..816fa21f9 100644 --- a/install/ubuntu/12.10/templates/web/php-fpm/default.tpl +++ b/install/ubuntu/12.10/templates/web/php-fpm/default.tpl @@ -11,6 +11,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/12.10/templates/web/php-fpm/socket.tpl b/install/ubuntu/12.10/templates/web/php-fpm/socket.tpl index a0151084f..e427045ce 100644 --- a/install/ubuntu/12.10/templates/web/php-fpm/socket.tpl +++ b/install/ubuntu/12.10/templates/web/php-fpm/socket.tpl @@ -14,6 +14,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/13.04/templates/web/php-fpm/default.tpl b/install/ubuntu/13.04/templates/web/php-fpm/default.tpl index 209e1e437..816fa21f9 100644 --- a/install/ubuntu/13.04/templates/web/php-fpm/default.tpl +++ b/install/ubuntu/13.04/templates/web/php-fpm/default.tpl @@ -11,6 +11,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/13.04/templates/web/php-fpm/socket.tpl b/install/ubuntu/13.04/templates/web/php-fpm/socket.tpl index a0151084f..e427045ce 100644 --- a/install/ubuntu/13.04/templates/web/php-fpm/socket.tpl +++ b/install/ubuntu/13.04/templates/web/php-fpm/socket.tpl @@ -14,6 +14,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/13.10/templates/web/php-fpm/default.tpl b/install/ubuntu/13.10/templates/web/php-fpm/default.tpl index 209e1e437..816fa21f9 100644 --- a/install/ubuntu/13.10/templates/web/php-fpm/default.tpl +++ b/install/ubuntu/13.10/templates/web/php-fpm/default.tpl @@ -11,6 +11,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/13.10/templates/web/php-fpm/socket.tpl b/install/ubuntu/13.10/templates/web/php-fpm/socket.tpl index a0151084f..e427045ce 100644 --- a/install/ubuntu/13.10/templates/web/php-fpm/socket.tpl +++ b/install/ubuntu/13.10/templates/web/php-fpm/socket.tpl @@ -14,6 +14,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/14.04/templates/web/php-fpm/default.tpl b/install/ubuntu/14.04/templates/web/php-fpm/default.tpl index 209e1e437..816fa21f9 100644 --- a/install/ubuntu/14.04/templates/web/php-fpm/default.tpl +++ b/install/ubuntu/14.04/templates/web/php-fpm/default.tpl @@ -11,6 +11,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/14.04/templates/web/php-fpm/socket.tpl b/install/ubuntu/14.04/templates/web/php-fpm/socket.tpl index a0151084f..e427045ce 100644 --- a/install/ubuntu/14.04/templates/web/php-fpm/socket.tpl +++ b/install/ubuntu/14.04/templates/web/php-fpm/socket.tpl @@ -14,6 +14,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/14.10/templates/web/php-fpm/default.tpl b/install/ubuntu/14.10/templates/web/php-fpm/default.tpl index 209e1e437..816fa21f9 100644 --- a/install/ubuntu/14.10/templates/web/php-fpm/default.tpl +++ b/install/ubuntu/14.10/templates/web/php-fpm/default.tpl @@ -11,6 +11,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/14.10/templates/web/php-fpm/socket.tpl b/install/ubuntu/14.10/templates/web/php-fpm/socket.tpl index a0151084f..e427045ce 100644 --- a/install/ubuntu/14.10/templates/web/php-fpm/socket.tpl +++ b/install/ubuntu/14.10/templates/web/php-fpm/socket.tpl @@ -14,6 +14,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/15.04/templates/web/php-fpm/default.tpl b/install/ubuntu/15.04/templates/web/php-fpm/default.tpl index 209e1e437..816fa21f9 100644 --- a/install/ubuntu/15.04/templates/web/php-fpm/default.tpl +++ b/install/ubuntu/15.04/templates/web/php-fpm/default.tpl @@ -11,6 +11,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/15.04/templates/web/php-fpm/socket.tpl b/install/ubuntu/15.04/templates/web/php-fpm/socket.tpl index a0151084f..e427045ce 100644 --- a/install/ubuntu/15.04/templates/web/php-fpm/socket.tpl +++ b/install/ubuntu/15.04/templates/web/php-fpm/socket.tpl @@ -14,6 +14,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/15.10/templates/web/php-fpm/default.tpl b/install/ubuntu/15.10/templates/web/php-fpm/default.tpl index 209e1e437..816fa21f9 100644 --- a/install/ubuntu/15.10/templates/web/php-fpm/default.tpl +++ b/install/ubuntu/15.10/templates/web/php-fpm/default.tpl @@ -11,6 +11,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/15.10/templates/web/php-fpm/socket.tpl b/install/ubuntu/15.10/templates/web/php-fpm/socket.tpl index a0151084f..e427045ce 100644 --- a/install/ubuntu/15.10/templates/web/php-fpm/socket.tpl +++ b/install/ubuntu/15.10/templates/web/php-fpm/socket.tpl @@ -14,6 +14,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/16.04/templates/web/php-fpm/default.tpl b/install/ubuntu/16.04/templates/web/php-fpm/default.tpl index 209e1e437..816fa21f9 100644 --- a/install/ubuntu/16.04/templates/web/php-fpm/default.tpl +++ b/install/ubuntu/16.04/templates/web/php-fpm/default.tpl @@ -11,6 +11,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/16.04/templates/web/php-fpm/socket.tpl b/install/ubuntu/16.04/templates/web/php-fpm/socket.tpl index a0151084f..e427045ce 100644 --- a/install/ubuntu/16.04/templates/web/php-fpm/socket.tpl +++ b/install/ubuntu/16.04/templates/web/php-fpm/socket.tpl @@ -14,6 +14,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/16.10/templates/web/php-fpm/default.tpl b/install/ubuntu/16.10/templates/web/php-fpm/default.tpl index 209e1e437..816fa21f9 100644 --- a/install/ubuntu/16.10/templates/web/php-fpm/default.tpl +++ b/install/ubuntu/16.10/templates/web/php-fpm/default.tpl @@ -11,6 +11,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/16.10/templates/web/php-fpm/socket.tpl b/install/ubuntu/16.10/templates/web/php-fpm/socket.tpl index a0151084f..e427045ce 100644 --- a/install/ubuntu/16.10/templates/web/php-fpm/socket.tpl +++ b/install/ubuntu/16.10/templates/web/php-fpm/socket.tpl @@ -14,6 +14,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/17.04/templates/web/php-fpm/default.tpl b/install/ubuntu/17.04/templates/web/php-fpm/default.tpl index 209e1e437..816fa21f9 100644 --- a/install/ubuntu/17.04/templates/web/php-fpm/default.tpl +++ b/install/ubuntu/17.04/templates/web/php-fpm/default.tpl @@ -11,6 +11,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/17.04/templates/web/php-fpm/socket.tpl b/install/ubuntu/17.04/templates/web/php-fpm/socket.tpl index a0151084f..e427045ce 100644 --- a/install/ubuntu/17.04/templates/web/php-fpm/socket.tpl +++ b/install/ubuntu/17.04/templates/web/php-fpm/socket.tpl @@ -14,6 +14,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/17.10/templates/web/php-fpm/default.tpl b/install/ubuntu/17.10/templates/web/php-fpm/default.tpl index 209e1e437..816fa21f9 100644 --- a/install/ubuntu/17.10/templates/web/php-fpm/default.tpl +++ b/install/ubuntu/17.10/templates/web/php-fpm/default.tpl @@ -11,6 +11,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/17.10/templates/web/php-fpm/socket.tpl b/install/ubuntu/17.10/templates/web/php-fpm/socket.tpl index a0151084f..e427045ce 100644 --- a/install/ubuntu/17.10/templates/web/php-fpm/socket.tpl +++ b/install/ubuntu/17.10/templates/web/php-fpm/socket.tpl @@ -14,6 +14,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/18.04/templates/web/php-fpm/default.tpl b/install/ubuntu/18.04/templates/web/php-fpm/default.tpl index 209e1e437..816fa21f9 100644 --- a/install/ubuntu/18.04/templates/web/php-fpm/default.tpl +++ b/install/ubuntu/18.04/templates/web/php-fpm/default.tpl @@ -11,6 +11,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/18.04/templates/web/php-fpm/socket.tpl b/install/ubuntu/18.04/templates/web/php-fpm/socket.tpl index a0151084f..e427045ce 100644 --- a/install/ubuntu/18.04/templates/web/php-fpm/socket.tpl +++ b/install/ubuntu/18.04/templates/web/php-fpm/socket.tpl @@ -14,6 +14,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/18.10/templates/web/php-fpm/default.tpl b/install/ubuntu/18.10/templates/web/php-fpm/default.tpl index 209e1e437..816fa21f9 100644 --- a/install/ubuntu/18.10/templates/web/php-fpm/default.tpl +++ b/install/ubuntu/18.10/templates/web/php-fpm/default.tpl @@ -11,6 +11,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp diff --git a/install/ubuntu/18.10/templates/web/php-fpm/socket.tpl b/install/ubuntu/18.10/templates/web/php-fpm/socket.tpl index a0151084f..e427045ce 100644 --- a/install/ubuntu/18.10/templates/web/php-fpm/socket.tpl +++ b/install/ubuntu/18.10/templates/web/php-fpm/socket.tpl @@ -14,6 +14,7 @@ pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status +php_admin_value[sys_temp_dir] = /home/%user%/tmp php_admin_value[upload_tmp_dir] = /home/%user%/tmp php_admin_value[session.save_path] = /home/%user%/tmp