- Forgot to change my testing configuration before publishing
This commit is contained in:
2025-10-02 21:55:37 +00:00
parent f6d5db4a0b
commit 8b87e77db8

View File

@@ -2,10 +2,10 @@
# Lines starting with # are comments
# Server listening port
port = 443
port = 8080
# Enable HTTPS (requires valid certificates in certs/ directory)
use_https = true
use_https = false
# Log file location
log_file = log/server.log
@@ -18,12 +18,11 @@ running = true
# Server name or IP address (used for logging and response headers)
server_name = Your_domain/IP
# Enable verbose logging
verbose = true
# Enable HTTP/2 support (requires HTTPS)
enable_http2 = true
enable_http2 = false
# Enable WebSocket support
enable_websocket = false
enable_websocket = false