mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-18 02:49:44 +02:00
Fixed minor formatting issue.
This commit is contained in:
@@ -123,9 +123,8 @@ Add this to the site config file on your nginx server after you have changed the
|
|||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
server
|
server
|
||||||
{
|
{
|
||||||
|
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
server_name <sub>.<domain>.<tld>;
|
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://;
|
proxy_redirect http:// https://;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
Reference in New Issue
Block a user