first commit

This commit is contained in:
Meynin
2024-06-11 09:26:12 +07:00
commit c1cae68044
4151 changed files with 778192 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[opcache]
opcache.enable=1
opcache.revalidate_freq=0
opcache.validate_timestamps=0
opcache.max_accelerated_files=10000
opcache.memory_consumption=192
opcache.max_wasted_percentage=10
opcache.interned_strings_buffer=16
opcache.fast_shutdown=1

0
_docker/php-fpm/php.ini Normal file
View File

15
_docker/php-fpm/www.conf Normal file
View File

@@ -0,0 +1,15 @@
[global]
daemonize=no
[www]
user=www-data
group=www-data
listen=127.0.0.1:9000
pm=dynamic
pm.max_children=40
pm.start_servers=2
pm.min_spare_servers=2
pm.max_spare_servers=4
pm.max_requests=500