From 924eb59bb294a0153a2b89f442fe880345f3e029 Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Wed, 22 Dec 2021 08:29:47 -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 cf6cb55..5bb2197 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 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. ```