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:
parent
befab7b7c3
commit
f0a863feec
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user