feat: implement Nginx configuration management and update default Apache port in settings

This commit is contained in:
Ümit Tunç
2026-04-01 23:19:41 +03:00
parent 6d14569ec6
commit 3722942ea0
5 changed files with 50 additions and 61 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"nginxPort": "80",
"apachePort": "8081",
"apachePort": "8080",
"serverType": "nginx",
"phpPort": "9001",
"mariaDbPort": "3306",