Disable TLS in configuration

This commit is contained in:
alex
2025-07-06 09:13:57 +03:00
parent 90c7b1cd70
commit f90062efa7

View File

@@ -11,7 +11,7 @@ http_server:
- s2
tls:
enabled: false
enabled: true
cert_file: "./cert/fullchain.pem"
key_file: "./cert/privkey.pem"