update
This commit is contained in:
parent
ad1534920f
commit
b422fb93ba
3 changed files with 2023 additions and 0 deletions
|
@ -6,4 +6,6 @@ Section: web
|
|||
Maintainer: CloudVision Ltd.
|
||||
Homepage: https://www.phyrepanel.com
|
||||
Architecture: amd64
|
||||
Depends: libzip4, unzip, libonig5 | libonig4 | libonig2
|
||||
Conflct: libzip5
|
||||
Description: Phyre Panel PHP SDK
|
||||
|
|
44
compilators/debian/php/php-fpm.conf
Normal file
44
compilators/debian/php/php-fpm.conf
Normal file
|
@ -0,0 +1,44 @@
|
|||
[global]
|
||||
pid = /run/phyre-php.pid
|
||||
daemonize = yes
|
||||
log_level = error
|
||||
emergency_restart_threshold = 10
|
||||
emergency_restart_interval = 60s
|
||||
process_control_timeout = 10s
|
||||
events.mechanism = epoll
|
||||
|
||||
[www]
|
||||
listen = /run/phyre-php.sock
|
||||
|
||||
user = phyreweb
|
||||
group = phyreweb
|
||||
|
||||
listen.owner = phyreweb
|
||||
listen.group = phyreweb
|
||||
listen.mode = 0660
|
||||
|
||||
pm = ondemand
|
||||
pm.max_children = 4
|
||||
pm.max_requests = 1000
|
||||
pm.process_idle_timeout = 10s;
|
||||
|
||||
env[HOSTNAME] = $HOSTNAME
|
||||
env[PATH] = /usr/local/bin:/usr/bin:/bin
|
||||
env[TMP] = /tmp
|
||||
env[TMPDIR] = /tmp
|
||||
env[TEMP] = /tmp
|
||||
#env[PHYRE] = $PHYRE
|
||||
env[LANG] = en_US.UTF-8
|
||||
|
||||
php_flag[display_errors] = off
|
||||
php_admin_flag[log_errors] = on
|
||||
php_admin_flag[session.cookie_httponly] = on
|
||||
php_admin_flag[session.use_strict_mode] = on
|
||||
php_admin_flag[session.cookie_secure] = on
|
||||
php_admin_value[session.cookie_samesite] = "Strict"
|
||||
php_admin_value[memory_limit] = 256M
|
||||
php_admin_value[post_max_size] = 256M
|
||||
php_admin_value[upload_max_filesize] = 256M
|
||||
php_admin_value[max_execution_time] = 300
|
||||
php_admin_value[max_input_time] = 300
|
||||
php_admin_value[session.save_path] = /usr/local/phyre/data/sessions
|
1977
compilators/debian/php/php.ini
Normal file
1977
compilators/debian/php/php.ini
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue