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
-13
View File
@@ -36,19 +36,6 @@ http {
return 404;
}
# Custom Server Assets (Logos, CSS, Error Pages)
location /server-assets/ {
alias "D:/Works/2026/multiphp/public/server-assets/";
access_log off;
allow all;
}
# Error Pages
error_page 404 /server-assets/404.html;
error_page 500 502 503 504 /server-assets/500.html;
location = /server-assets/404.html { internal; }
location = /server-assets/500.html { internal; }
{{PROJECTS}}
location /phpmyadmin {