我使用nginx作为反向代理。有时,特别是在大文件和mjpeg流上,会显示警告消息an upstream response is buffered to a temporary file。是什么限制了nginx的内存使用?
an upstream response is buffered to a temporary file
我可以通过将proxy_cache_path设置为/dev/shm来解决这个问题,但我想了解是什么限制了nginx的内存使用。
jucafojl1#
如果在Nginx + PHP-FPM和Laravel中出现这种情况,并且使用**Public File Storage**,解决方案是:
php artisan storage:link
1条答案
按热度按时间jucafojl1#
如果在Nginx + PHP-FPM和Laravel中出现这种情况,并且使用**Public File Storage**,解决方案是: