Skip to content

Commit 95bc51c

Browse files
authored
Merge pull request #584 from linuxserver/libreddit
fix warning for libreddit
2 parents 947af5c + 540c4ee commit 95bc51c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

libreddit.subdomain.conf.sample

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
## Version 2023/02/05
1+
## Version 2023/06/21
22
# make sure that your libreddit container is named libreddit
33
# make sure that your dns has a cname set for libreddit
44

55
server {
6-
listen 443 ssl;
7-
listen [::]:443 ssl;
6+
listen 443 ssl http2;
7+
listen [::]:443 ssl http2;
88

99
server_name libreddit.*;
1010

0 commit comments

Comments
 (0)