chore(docs): change indentation in nginx config example

This commit is contained in:
koralowiec 2024-10-14 17:22:39 +00:00
parent 8fdeeaaf38
commit 3020e8104e

View File

@ -92,8 +92,7 @@ Toggle websockets support.
Add this to the site config file on your nginx server after you have changed the relevant parts in the <> brackets, and inserted your certificate paths.
```bash
server
{
server {
listen 443 ssl;
server_name <sub>.<domain>.<tld>;