Skip to content

Commit 0ddbcc7

Browse files
authored
Merge branch 'master' into de/update_calibre_web
2 parents db5c710 + 9b6af9b commit 0ddbcc7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

calibre-web.subdomain.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ server {
7373
proxy_set_header X-Scheme $scheme;
7474
proxy_buffer_size 32k;
7575
}
76-
}
76+
}

dnsdist.subdomain.conf.sample

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
## Version 2024/11/26
1+
## Version 2024/12/19
22
# make sure that your container is named dnsdist
33
# make sure that your dns has a cname set for dnsdist
44

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

99
server_name dnsdist.*;
1010

0 commit comments

Comments
 (0)