Hi ,
how it possible with nginx to hide static file from simple sniffer (like
chrome) ?
This directive
add_header X-Content-Type-Options nosniff;
does't help me .
Help please with solution .
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,257236,257236#msg-257236
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
___
nginx mailing
Hi , after i clean cache , i see critical warning in my log, its normal?
2013/03/05 12:41:42 [crit] 40771#0: unlink()
"/nginx/temp/proxy/3/9b/79fac0c8634496bb89b7d9d9dd3349b3" failed (2: No such
file oectory)
2013/03/05 12:41:42 [crit] 40771#0: unlink()
"/nginx/temp/proxy/f/0c/f04ebf30ad0cea667ee5