server-php: - Add nginx.conf, fpm-pool.conf.template, supervisord.conf - Add php.ini.template, php-prod.ini, php-dev.ini - Add opcache-prod.ini, xdebug.ini - Add nginx-performance.conf for production - Add entrypoint.sh script developer: - Remove git-delta (not available in Alpine 3.22 repos) Closes #3 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
9 lines
No EOL
141 B
Text
9 lines
No EOL
141 B
Text
[Date]
|
|
date.timezone="UTC"
|
|
|
|
[PHP]
|
|
expose_php = Off
|
|
upload_max_filesize = 64M
|
|
post_max_size = 64M
|
|
memory_limit = 256M
|
|
max_execution_time = 300 |