Re: tmp directory filling up

2014-06-16 Thread Andrei Belov
On 11 Jun 2014, at 23:23, Maxim Dounin mdou...@mdounin.ru wrote: Hello! On Wed, Jun 11, 2014 at 10:58:47AM -0400, Tatonka wrote: Hi, I have a rails application that is hosted through nginx and passenger. In this application I want provide very large files for the users to download

Re: tmp directory filling up

2014-06-16 Thread Maxim Dounin
Hello! On Mon, Jun 16, 2014 at 03:22:11PM +0400, Andrei Belov wrote: On 11 Jun 2014, at 23:23, Maxim Dounin mdou...@mdounin.ru wrote: Hello! On Wed, Jun 11, 2014 at 10:58:47AM -0400, Tatonka wrote: Hi, I have a rails application that is hosted through nginx and passenger.

Re: tmp directory filling up

2014-06-12 Thread Tatonka
Hi Maxim, thanks for your answer. I tried redirecting passengers tmp dir as well using the tmp_dir directive as well as using the env variables. For the regular passenger tmp files, this seems to work fine (they appear in the new location). My main problem is that I can't even see the file

tmp directory filling up

2014-06-11 Thread Tatonka
Hi, I have a rails application that is hosted through nginx and passenger. In this application I want provide very large files for the users to download (2GB) using send_file .. which is working just fine on the development and staging system. On the production system however the system tmp

Re: tmp directory filling up

2014-06-11 Thread Maxim Dounin
Hello! On Wed, Jun 11, 2014 at 10:58:47AM -0400, Tatonka wrote: Hi, I have a rails application that is hosted through nginx and passenger. In this application I want provide very large files for the users to download (2GB) using send_file .. which is working just fine on the development