Multiple HTTP2 reverse proxy support ?

joseph-pg nginx-forum at forum.nginx.org
Mon Dec 11 17:52:27 UTC 2017


Edit:
proxy_pass should be put inside a location block.

Example:
location / {
    proxy_pass http://10.0.2.2;
}

Posted at Nginx Forum: https://forum.nginx.org/read.php?2,277698,277735#msg-277735



More information about the nginx mailing list