feat: set php mysqli socket to user provided value

This commit is contained in:
Marks Sunins
2025-05-15 12:37:40 +00:00
parent 705bb9f431
commit d12d9d799f
10 changed files with 35 additions and 15 deletions

View File

@ -34,3 +34,6 @@ php_value[date.timezone] = ${PHP_TZ}
; PHP-FPM monitoring
pm.status_path = /status
ping.path = /ping
; Set the socket equal to DB_SERVER_SOCKET set by user
php_value[mysqli.default_socket] = ${DB_SERVER_SOCKET}