No such file or directory errors, nginx hang after a few hours

arty777 nginx-forum at nginx.us
Tue Mar 5 10:50:21 UTC 2013


I clear only files, don't remove dir, my script example 

#!/bin/bash

CACHE_DIR='/nginx/temp/proxy'
for i in `find ${CACHE_DIR} -type f`; do rm $i ; done

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,28335,236947#msg-236947



More information about the nginx mailing list