feat: implement Nginx, PHP, and MySQL service management via IPC handlers and dynamic configuration templates
This commit is contained in:
@@ -20,6 +20,8 @@ http {
|
||||
try_files $uri $uri/ /index.php?$query_string;
|
||||
}
|
||||
|
||||
{{PROJECTS}}
|
||||
|
||||
location /phpmyadmin {
|
||||
alias "{{PHPMYADMIN_DIR}}";
|
||||
index index.php;
|
||||
|
||||
Reference in New Issue
Block a user