]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/initializers/checker-after-init.ts
Add x-powered-by header
[github/Chocobozzz/PeerTube.git] / server / initializers / checker-after-init.ts
index 0df7414bedb8484414c6a3a5e8f3f5e60e38c751..14ed82cb4e0b900444198a7a91071be647aae9e8 100644 (file)
@@ -251,7 +251,7 @@ function checkLiveConfig () {
 
     if (CONFIG.LIVE.RTMPS.ENABLED) {
       if (!CONFIG.LIVE.RTMPS.KEY_FILE) {
-        throw new Error('You must specify a key file to enabled RTMPS')
+        throw new Error('You must specify a key file to enable RTMPS')
       }
 
       if (!CONFIG.LIVE.RTMPS.CERT_FILE) {