[FIX]No http2 on Nginx when no SSL is used

This commit is contained in:
Fabien BOURGEOIS 2021-04-20 09:57:42 +02:00
parent 595e873c48
commit 0f5904e709
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ upstream ${SERVICE}longpoll {
}
server {
listen ${NGINX_PORT} http2;
listen ${NGINX_PORT};
server_name ${SERVER_NAMES};
client_max_body_size 500M;
keepalive_timeout 120s;