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