feat: implement backend service management for Nginx, PHP, and MySQL with configuration templating and IPC handlers
This commit is contained in:
@@ -4,6 +4,7 @@ datadir="{{DATADIR}}"
|
||||
socket="{{SOCKET}}"
|
||||
character-set-server=utf8mb4
|
||||
collation-server=utf8mb4_unicode_ci
|
||||
log-error="{{LOG_FILE}}"
|
||||
|
||||
[client]
|
||||
port={{PORT}}
|
||||
|
||||
Reference in New Issue
Block a user