Improved Handling SSL
* Panic is betten than using channels in this case * Changed the names to a more recognized names * Improved the README with a full config file example
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"Host": ":8080",
|
||||
"Encrypted": true,
|
||||
"SSL": false,
|
||||
"SSLHost": ":8090",
|
||||
"SSLPrivateKey": "/home/ssl.key",
|
||||
"SSLPublicKey": "/home/ssl.crt",
|
||||
"SSLKeyFile": "key.pem",
|
||||
"SSLCertFile": "cert.pem",
|
||||
"Apps": [
|
||||
{
|
||||
"ApplicationDisabled": false,
|
||||
|
||||
Reference in New Issue
Block a user