[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 {
|
server {
|
||||||
listen ${NGINX_PORT} http2;
|
listen ${NGINX_PORT};
|
||||||
server_name ${SERVER_NAMES};
|
server_name ${SERVER_NAMES};
|
||||||
client_max_body_size 500M;
|
client_max_body_size 500M;
|
||||||
keepalive_timeout 120s;
|
keepalive_timeout 120s;
|
||||||
|
Loading…
Reference in New Issue
Block a user