mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-07 05:21:31 -07:00
Merge pull request #584 from linuxserver/libreddit
fix warning for libreddit
This commit is contained in:
commit
95bc51c69b
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
## Version 2023/02/05
|
||||
## Version 2023/06/21
|
||||
# make sure that your libreddit container is named libreddit
|
||||
# make sure that your dns has a cname set for libreddit
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
|
||||
server_name libreddit.*;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue