mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-17 00:08:55 +01:00
chore(docs): change indentation in nginx config example
This commit is contained in:
parent
8fdeeaaf38
commit
3020e8104e
@ -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.
|
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
|
```bash
|
||||||
server
|
server {
|
||||||
{
|
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
server_name <sub>.<domain>.<tld>;
|
server_name <sub>.<domain>.<tld>;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user