feat: implement backend configuration service and initialize main application UI components
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user