Changes
- Forgot to change my testing configuration before publishing
This commit is contained in:
@@ -2,10 +2,10 @@
|
|||||||
# Lines starting with # are comments
|
# Lines starting with # are comments
|
||||||
|
|
||||||
# Server listening port
|
# Server listening port
|
||||||
port = 443
|
port = 8080
|
||||||
|
|
||||||
# Enable HTTPS (requires valid certificates in certs/ directory)
|
# Enable HTTPS (requires valid certificates in certs/ directory)
|
||||||
use_https = true
|
use_https = false
|
||||||
|
|
||||||
# Log file location
|
# Log file location
|
||||||
log_file = log/server.log
|
log_file = log/server.log
|
||||||
@@ -18,12 +18,11 @@ running = true
|
|||||||
|
|
||||||
# Server name or IP address (used for logging and response headers)
|
# Server name or IP address (used for logging and response headers)
|
||||||
server_name = Your_domain/IP
|
server_name = Your_domain/IP
|
||||||
|
|
||||||
# Enable verbose logging
|
# Enable verbose logging
|
||||||
verbose = true
|
verbose = true
|
||||||
|
|
||||||
# Enable HTTP/2 support (requires HTTPS)
|
# Enable HTTP/2 support (requires HTTPS)
|
||||||
enable_http2 = true
|
enable_http2 = false
|
||||||
|
|
||||||
# Enable WebSocket support
|
# Enable WebSocket support
|
||||||
enable_websocket = false
|
enable_websocket = false
|
||||||
Reference in New Issue
Block a user