We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4079ee commit 3fb998fCopy full SHA for 3fb998f
2 files changed
docker/covers_nginx.conf
@@ -1,8 +1,9 @@
1
# Keep in sync with web_nginx.conf
2
server {
3
listen 80 default;
4
- listen [::]:443 ssl http2 ipv6only=on;
5
- listen 443 ssl http2;
+ listen [::]:443 ssl ipv6only=on;
+ listen 443 ssl;
6
+ http2 on;
7
server_name localhost;
8
9
ssl_certificate /etc/letsencrypt/live/covers.openlibrary.org/fullchain.pem;
docker/web_nginx.conf
@@ -48,8 +48,9 @@ map $request_uri $probably_requires_referer {
48
# Keep in sync with covers_nginx.conf
49
50
51
52
53
54
55
56
ssl_certificate /etc/letsencrypt/live/openlibrary.org/fullchain.pem;
0 commit comments