Disable TLS in configuration

This commit is contained in:
alex
2025-07-05 12:32:41 +03:00
parent f020d3754b
commit 43b130acdb

View File

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