From ba8ccbf4f4ad955a865d90df1b354bfe8b41f5de Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Wed, 22 Dec 2021 08:31:01 -0500 Subject: [PATCH] Update install.md --- install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.md b/install.md index 5bb2197..16eefdc 100644 --- a/install.md +++ b/install.md @@ -30,7 +30,7 @@ That all aside, please continue: There's a community-created video tutorial on setting up here; https://youtu.be/8sDMwBIlgwE Otherwise, read on. -I use Cloudflare with Flexible SSL enabled and HTTP Rewrites. If you do not use Cloudflare, you will need to deploy SSL certificates onto your website. You will also have to have Cloudflare or whatever DNS provider you have, point your domain name to the IP address of your webserver. VDO.Ninja REQUIRES a domain name and SSL, unless you modify all browsers being used to support otherwise. (more on this in the (Internet-free section)[#internet-free-deployments] below) +I use Cloudflare with Flexible SSL enabled and HTTP Rewrites. If you do not use Cloudflare, you will need to deploy SSL certificates onto your website. You will also have to have Cloudflare or whatever DNS provider you have, point your domain name to the IP address of your webserver. VDO.Ninja REQUIRES a domain name and SSL, unless you modify all browsers being used to support otherwise. More on this in the [Internet-free section](#internet-free-deployments) below) For webservers, I use NGINX on a Ubuntu server; smaller the better. I rely on Cloudflare to provide caching and SSL, so my installation of NGINX is pretty simple. ```