initial commit
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2023-04-19 15:19:40 +02:00
commit 34185d9919
12 changed files with 445 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
session.cookie_httponly = on
memory_limit = 64M
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