From 6a5f2d7ed6095a391d08b3d21c4b685bccf1c1e7 Mon Sep 17 00:00:00 2001 From: Are0h Date: Tue, 21 Jul 2020 21:27:03 +0200 Subject: [PATCH] --- 01---Install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/01---Install.md b/01---Install.md index 09da5d3..559adaf 100644 --- a/01---Install.md +++ b/01---Install.md @@ -10,7 +10,7 @@ Also it is strongly recommened to set up a ssl certificate to protect yourself i Yup. That's it. -Reverse Proxy for NGINX +**Reverse Proxy for NGINX** ``` server { listen 80; @@ -24,7 +24,7 @@ server { } ``` -Reverse Proxy for Apache +**Reverse Proxy for Apache** ``` ServerName yourcoolassdomain.org