Disabled http2 in nginx template

This commit is contained in:
Eliot Berriot 2019-01-22 11:37:54 +01:00
parent fea507163a
commit 635865ac82
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ map $http_upgrade $connection_upgrade {
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
listen 443 ssl;
listen [::]:443 ssl;
server_name ${FUNKWHALE_HOSTNAME};
# TLS