2

I run an ExpressJS website in a docker container forwarded to a localhost port. I use NGINX to proxy and push it to the internet with caching, SSL, and all of the normal things.

I am wondering how I need to implement HTTP 2 and 3. Similar to SSL, do I only need to use it on my proxy server (NGINX), or does the whole chain need to support it?

Josue
  • 21
  • 2
  • Possible duplicate of [HTTP2 with node.js behind nginx proxy](https://stackoverflow.com/questions/41637076/http2-with-node-js-behind-nginx-proxy) – Barry Pollard Oct 03 '19 at 06:55

0 Answers0