mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-14 02:27:24 -07:00
fix warning for libreddit
This commit is contained in:
parent
947af5c9e5
commit
540c4eec3a
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