Files
newznab-tmux/docker/8.2/php.ini
T
Fossil 547125fe1d Replace Docker config with a customized Laravel Sail setup
Features:

- Ubuntu 22.04
- Laravel Sail
- Nginx
- PHP 8.2
- Manticore 6
- Redis 6
- Mailpit
2023-03-23 19:13:50 +01:00

12 lines
231 B
INI

[PHP]
post_max_size = 100M
upload_max_filesize = 100M
variables_order = EGPCS
max_execution_time = 300
memory_limit = 2048M
error_reporting = E_ALL
log_errors = On
error_log = php-errors.log
[Date]
date.timezone = Europe/Amsterdam