Fixed minor formatting issue.

This commit is contained in:
JRC
2021-10-23 17:13:29 -07:00
committed by GitHub
parent de9c0ef034
commit 80f8a784c8

View File

@@ -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 <sub>.<domain>.<tld>;
@@ -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