Skip to content
Snippets Groups Projects
Verified Commit 635865ac authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Disabled http2 in nginx template

parent fea50716
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment