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

Lukas Tribus luky-37 at hotmail.com
Tue Aug 16 12:25:20 UTC 2016


Hello,

On 08/16/16 07:37, Lukas Tribus wrote:
>> I use nginx 1.11.3 with nginx upload module.The problem is that Nginx upload
>> module don't support HTTP/2 and thus when you upload you get 500 Internal
>> Error.
>
>> Use a dedicated subdomain, like upload.mywebsite.com.
>
> This will not work unless the subdomain is also on a different IP and 
> http2 is not enabled on that IP. If http2 is enabled for an IP then 
> http2 is enabled on all servers listening on that IP, whether explicitly 
> enabled or not.

Right, I missed this one.


A different workaround would be to recirculate the request to a http only configuration (proxying location /upload to a http only port on localhost).



Lukas



More information about the nginx mailing list