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
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx