You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
705 B
39 lines
705 B
5 years ago
|
---
|
||
|
|
||
|
wh_default_client:
|
||
|
ssh_keys: []
|
||
|
wh_default_app:
|
||
|
allow_ip: []
|
||
|
deny_ip: []
|
||
|
aliases: []
|
||
|
maintenance: False
|
||
|
php:
|
||
|
enabled: True
|
||
|
version: 73
|
||
|
memory_limit: 256M
|
||
|
display_error: False
|
||
|
file_uploads: True
|
||
|
upload_max_filesize: 10M
|
||
|
disabled_functions:
|
||
|
- system
|
||
|
- show_source
|
||
|
- symlink
|
||
|
- exec
|
||
|
- dl
|
||
|
- shell_exec
|
||
|
- passthru
|
||
|
- phpinfo
|
||
|
- escapeshellarg
|
||
|
- escapeshellcmd
|
||
|
enabled_functions: []
|
||
|
allow_url_fopen: False
|
||
|
max_execution_time: 900
|
||
|
cache: enabled
|
||
|
force_https: True
|
||
|
letsencrypt_cert: False
|
||
|
database:
|
||
|
enabled: True
|
||
|
engine: mysql
|
||
|
collation: utf8mb4_unicode_ci
|
||
|
encoding: utf8mb4
|