hello im using unixy - nginx+varnish plugin. Seems like after running the setup nginx storing its temp files over here : /home/nginx_client.. may i know why its storing this under home directory? After some time (6month) my system crashed due to inode limits. ls -ld nginx_* drwxr-xr-x 2 nobody nobody 144429056 Jul 19 06:19 nginx_client/ drwxr-xr-x 2 nobody nobody 4096 May 7 2014 nginx_fastcgi/ drwxr-xr-x 2 nobody nobody 4096 Jul 18 21:10 nginx_proxy/ as you can see within nginx_client dir it has 144429056 files. I checked online and most of them say this nginx_client location is under /tmp dir. Please advise.