Laravel 8x Response download: binary files always 0 bytes – Nginx
With any valid binary file (pdf, image, etc) through any route, my download is always 0 bytes. When I store the file or access it otherwise, the file is valid. If I run a response->download($somePath) on any valid text file…