AW: AW: Disabling HTTP/2 for a specific location

khav nginx-forum at forum.nginx.org
Thu Aug 18 16:53:05 UTC 2016


@Lukas do you mean something like this

location = /upload  {
proxy_pass http://mywebsite.com/upload;
} 

server {
listen 80;
server_name mywebsite.com; 
location  = /upload {
<module settings goes here>
}

}

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



More information about the nginx mailing list