mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-19 00:58:35 +02:00
chore(docs): change indentation in nginx config example
This commit is contained in:
parent
8fdeeaaf38
commit
3020e8104e
1 changed files with 21 additions and 22 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue