From 80f8a784c8946d51bb843f1bca23e2b1f9c8838d Mon Sep 17 00:00:00 2001 From: JRC <58901318+jarrodCoombes@users.noreply.github.com> Date: Sat, 23 Oct 2021 17:13:29 -0700 Subject: [PATCH] Fixed minor formatting issue. --- readme.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 1cadb928..e42e6938 100644 --- a/readme.md +++ b/readme.md @@ -123,9 +123,8 @@ Add this to the site config file on your nginx server after you have changed the ```bash - server +server { - listen 443 ssl; server_name ..; @@ -148,9 +147,7 @@ Add this to the site config file on your nginx server after you have changed the proxy_redirect http:// https://; } } - - - +``` ## Contributing