Removed "use encryption" options, if you'd like to encrypt your web page, use a reverse proxy

This commit is contained in:
Isaac Abadi
2020-08-14 17:56:44 -04:00
parent eb7fdb649d
commit 560aaadca1
7 changed files with 5 additions and 88 deletions

View File

@@ -4,11 +4,6 @@
"url": "https://example.com",
"port": "17442"
},
"Encryption": {
"use-encryption": true,
"cert-file-path": "/etc/letsencrypt/live/example.com/fullchain.pem",
"key-file-path": "/etc/letsencrypt/live/example.com/privkey.pem"
},
"Downloader": {
"path-audio": "audio/",
"path-video": "video/",