If you have
listen 80 http2;
replace it with:
listen 80;
HTTP/2 over cleartext is not really supported by anything, and it's not compatible with normal HTTP.
If you have
listen 80 http2;
replace it with:
listen 80;
HTTP/2 over cleartext is not really supported by anything, and it's not compatible with normal HTTP.