feat: implement backend service management for Nginx, PHP, and MySQL with configuration templating and IPC handlers

This commit is contained in:
Ümit Tunç
2026-03-28 16:37:16 +03:00
parent 8abffa741f
commit 91b13513fc
6 changed files with 206 additions and 24 deletions
+1
View File
@@ -4,6 +4,7 @@ datadir="{{DATADIR}}"
socket="{{SOCKET}}"
character-set-server=utf8mb4
collation-server=utf8mb4_unicode_ci
log-error="{{LOG_FILE}}"
[client]
port={{PORT}}