」 feat(main loop): added a main loop so the server serve

This commit is contained in:
Adam
2025-04-23 17:13:32 +02:00
committed by GitHub
33 changed files with 939 additions and 388 deletions

View File

@ -2,7 +2,7 @@ log_file = "test.log"
[server]
server_names = { "localhost", "2B5.local" }
host = "localhost"
host = "0.0.0.0"
port = 8080
[server.error_pages]