1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

Recommend HTTP/2 in the nginx config (#178)

This commit is contained in:
Nolan Lawson 2017-05-01 07:35:16 -07:00 committed by wxcafé
parent befab7b7c3
commit f0a863feec

View File

@ -30,8 +30,8 @@ server {
}
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name example.com;
ssl_protocols TLSv1.2;