Go CLI commands moved to core/go-php. This repo now contains the Laravel modular monolith framework (previously php-framework). - Remove all Go files (now in core/go-php) - Add PHP framework: event-driven module loading, lifecycle events - Composer package: core/php - core/php-framework remains as-is for backward compat Co-Authored-By: Virgil <virgil@lethean.io>
22 lines
448 B
Text
22 lines
448 B
Text
; Host UK PHP-FPM pool configuration
|
|
[www]
|
|
pm = dynamic
|
|
pm.max_children = 50
|
|
pm.start_servers = 10
|
|
pm.min_spare_servers = 5
|
|
pm.max_spare_servers = 20
|
|
pm.max_requests = 1000
|
|
pm.process_idle_timeout = 10s
|
|
|
|
; Status page for health checks
|
|
pm.status_path = /fpm-status
|
|
ping.path = /fpm-ping
|
|
ping.response = pong
|
|
|
|
; Logging
|
|
access.log = /proc/self/fd/2
|
|
slowlog = /proc/self/fd/2
|
|
request_slowlog_timeout = 5s
|
|
|
|
; Security
|
|
security.limit_extensions = .php
|