Update server.json

Edited path of log file
This commit is contained in:
2025-02-25 13:21:05 +01:00
committed by GitHub
parent 4aa7a4fef2
commit cf4a8784fc

View File

@@ -3,7 +3,7 @@
"use_https": true, "use_https": true,
"server_path": "bin/server", "server_path": "bin/server",
"config_path": "sever.json", "config_path": "sever.json",
"log_file": "/var/log/http_server/server.log", "log_file": "log/server.log",
"max_threads": 4, "max_threads": 4,
"running": true, "running": true,
"server_name": "Your_domain/IP", "server_name": "Your_domain/IP",