Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2020-05-25 02:19:30 +0300
committerWilliam Desportes <williamdes@wdes.fr>2020-06-10 02:27:22 +0300
commit60713ea4610b0bc300e9e671cb55889c0a2e786f (patch)
treeb298f75b44a8d15905fd901b022fd42865e6b38a /test/php-fpm.conf
parent3482a246701099fb4310668eaf5afaf235ca5b3b (diff)
Run php-fpm as nobody
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'test/php-fpm.conf')
-rw-r--r--test/php-fpm.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/php-fpm.conf b/test/php-fpm.conf
index e4c8f19381..ca8da3818d 100644
--- a/test/php-fpm.conf
+++ b/test/php-fpm.conf
@@ -6,6 +6,7 @@ log_level = warning
listen = %DIR%/php-fpm.sock
listen.mode = 0666
chdir = %ROOT%
+user = nobody
pm = dynamic
pm.max_children = 5
pm.start_servers = 2