You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is not what I experience. Out of the box all is h2 for me.
There could be many reasons why requests are served over http1.1 on your system.
You are using customs configs and overwrites. Please check those. sudo docker exec ams_nginx_proxy nginx -T will output the generated config. It helps to post.
What are the requests devtools is complaining about? In the devtools > network tab you can see 'Protocol' column. Do you have both h1 and h2 requests? Comparing could help if something is wrong in the configuration.
Enabling http3 is not intrinsically 'better'. h3 requires network changes. You can enable http3 (and also disable http2) if your really want but that will not fix your warnings.
Uh oh!
There was an error while loading. Please reload this page.
I am using the following docker compose to bring up nginx proxy:
And then docker compose to bring up a website:
All works ok, but when using google dev tools I get the error that I am using http1.1 and not http2 or 3, what can I do to serve the latest protocol?
The text was updated successfully, but these errors were encountered: