feat: implement backend configuration service and initialize main application UI components

This commit is contained in:
Ümit Tunç
2026-03-30 09:13:55 +03:00
parent d7ff7ecfa9
commit d15b10a012
6 changed files with 30 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ http {
keepalive_timeout 65;
server {
listen {{PORT}};
listen {{LISTEN_ADDRESS}}:{{PORT}};
server_name localhost;
root "{{ROOT}}";
index index.php index.html index.htm;