mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-02-04 19:06:14 +08:00
fix warning for libreddit
This commit is contained in:
parent
947af5c9e5
commit
540c4eec3a
@ -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…
x
Reference in New Issue
Block a user