feat: implement Nginx, PHP, and MySQL service management via IPC handlers and dynamic configuration templates

This commit is contained in:
Ümit Tunç
2026-03-28 21:04:48 +03:00
parent f9c9bf117e
commit f5d0c42888
3 changed files with 26 additions and 2 deletions
+2
View File
@@ -20,6 +20,8 @@ http {
try_files $uri $uri/ /index.php?$query_string;
}
{{PROJECTS}}
location /phpmyadmin {
alias "{{PHPMYADMIN_DIR}}";
index index.php;