Is use a Docker Droplet (smallest version) and want go generate Excel Files. PHP Memory usage for this task is 34mb. Mysql Query needs 1,3 secounds.
Locally, everything is fine. Smaller “excel requests” are also fine. But when I want to generate the big Excel file, Firefox tells me “the source file could not be read …” and I only can see this Nginx error log
2019/04/20 14:20:01 [crit] 9#9: *106 open() “/var/tmp/nginx/fastcgi/0/01/0000000010” failed (13: Permission denied) while reading upstream, client: XX.XXX.156.136, serv …
Thank you & Best Regards Simon
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hello, @askansimon
Have you checked the permissions of
/var/tmp/nginx/fastcgi/0/01/0000000010
and make sure that they’re sufficient?Regards, Alex