[FIX]No http2 on Nginx when no SSL is used
This commit is contained in:
parent
595e873c48
commit
0f5904e709
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user