Hi there, just want to ask why am I always having http error while uploading images on MOBILE after I upgrade.
Ken wrote:
Hi there Neel, due to some security risk, I added this on my nginx.conf
more_clear_headers "Content-Type: ";
more_clear_headers "Accept-Ranges: ";
more_clear_headers "Content-Length: ";
That causes the error on my side. I just deleted it and restart nginx and everything works as expected. Basically, Jason gives me the hint (top class @Jason)