mirror of
https://github.com/jakejarvis/mastodon-utils.git
synced 2025-04-26 07:55:22 -04:00
use http/2
This commit is contained in:
parent
d36fa62b86
commit
6fee7c0298
@ -27,8 +27,8 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen [::]:443 ssl; # managed by Certbot
|
listen [::]:443 http2 ssl ipv6only=on;
|
||||||
listen 443 ssl; # managed by Certbot
|
listen 443 http2 ssl;
|
||||||
|
|
||||||
server_name fediverse.jarv.is;
|
server_name fediverse.jarv.is;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user