mirror of
https://github.com/SrIzan10/vdo.ninja.git
synced 2026-05-01 11:05:24 +00:00
Merge pull request #1116 from hamza1311/patch-1
Fix 'server' being eaten by GitHub in codeblock
This commit is contained in:
@@ -57,7 +57,8 @@ git clone https://github.com/steveseguin/vdo.ninja
|
||||
|
||||
To keep things easy, Steve generally recommends using Cloudflare to provide caching and SSL, but you can google `Certbot` for another free SSL option. The below NGINX config assumes you are using Cloudflare's flexible SSL option, which is the simpliest way to get started. You'll need to also add the VDO.Ninja code to the /var/www/html/vdo.ninja folder (or whatever you set it to) and modify the port/SSL/domain-name settings as needed.
|
||||
|
||||
```server {
|
||||
```
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user