From 109be7614de683da8d96d9c23619b23f6bdb0e0d Mon Sep 17 00:00:00 2001 From: Are0h Date: Tue, 21 Jul 2020 21:20:45 +0200 Subject: [PATCH] --- 01---Install.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/01---Install.md b/01---Install.md index b7ebc8d..635411a 100644 --- a/01---Install.md +++ b/01---Install.md @@ -10,10 +10,11 @@ Also it is strongly recommened to set up a ssl certificate to protect yourself i Yup. That's it. -` - ServerName yourcoolassdomain.org - ProxyPreserveHost On - ProxyPass "/" "https://127.0.0.1:2314/" - ProxyPassReverse "/" "https://127.0.0.1:2314" - +` + + ServerName yourcoolassdomain.org + ProxyPreserveHost On + ProxyPass "/" "https://127.0.0.1:2314/" + ProxyPassReverse "/" "https://127.0.0.1:2314" + ` \ No newline at end of file