updated php
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-05-16 11:17:49 +02:00
parent b879275933
commit 590d05784b
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
session.cookie_httponly = on
memory_limit = 256M
file_uploads = on
max_execution_time = 600
session.auto_start = off
session.use_trans_sid = 0

View File

@@ -0,0 +1,11 @@
[www]
user = nginx
group = www-data
listen = 127.0.0.1:9000
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
ping.path = /fpm-ping
pm.status_path = /fpm-status