mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-06 06:32:25 +00:00
Implement TLS support: update configuration for TLS, modify server to handle HTTPS, and enhance logging for request handling
This commit is contained in:
@@ -10,4 +10,9 @@ http_server:
|
||||
- b1
|
||||
- s2
|
||||
|
||||
tls:
|
||||
enabled: "true"
|
||||
cert_file: "./cert/server.crt"
|
||||
key_file: "./cert/server.key"
|
||||
|
||||
com_dir: "com/"
|
||||
Reference in New Issue
Block a user