From 9ebbc1cbe2663776ecd431f6472042f3792867fd Mon Sep 17 00:00:00 2001 From: casey langen Date: Wed, 22 Jan 2020 01:20:13 -0800 Subject: [PATCH] Updated ssl server setup (markdown) --- ssl-server-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl-server-setup.md b/ssl-server-setup.md index a2603c8..3702dfb 100644 --- a/ssl-server-setup.md +++ b/ssl-server-setup.md @@ -1,6 +1,6 @@ # overview -the musikcube `websockets-remote` plugin does not support ssl by default. while it is technically feasible, it would (1) bloat the distribution, and (2) require quite a bit more configuration infrastructure than i want to add and support right now. +the musikcube `server` plugin does not support ssl by default. while it is technically feasible, it would (1) bloat the distribution, and (2) require quite a bit more configuration infrastructure than i want to add and support right now. if ssl is desired, one can easily configure [ssl termination](https://en.wikipedia.org/wiki/TLS_termination_proxy) using [nginx](https://www.nginx.com/) or similar software.