🏗️」 wip: Socket creation should be working

This commit is contained in:
2025-04-17 13:12:46 +02:00
parent a407ee51a3
commit b98bec117b
8 changed files with 178 additions and 79 deletions

View File

@ -1,8 +1,9 @@
log_file = "test.log"
[server]
server_names = { "localhost", "2B5.local" }
host = "localhost"
port = 8080
log_file = "test.log"
[server.error_pages]
404 = "not_found.html"