On my nginx server, I can't login to my wordpress site. The error log mentions " No space left on device".
2014/09/26 02:02:05 [crit] 1197#0: *32 open() "/usr/local/nginx/client_body_temp/0030999742" failed (28: No space left on device)
There is space but I found that my inode usage was 100%
I have tracked down the ridiculous amount of files to /usr/local/nginx/client_body_temp
where there are too many files to count.
So my question is: what is this directory for, and can I delete these files?