Hello
Yesterday sibsoft install nginx and 100% download mod for me, Now downloads are not counting.
How can I fix this please? i am really desperate, users are complaining saying I cheat and stuff.
Please help me
Thanks!
XFileSharing Pro - Downloads not counting after Nginx install and 100% Download
your cronjob is not running due to typo error.
crontab -e
change
to
crontab -e
change
Code: Select all
*/1 * * * * cd cd /var/www/cgi-bin/ && ./nginx_logs.sh 2>&1 >/dev/null
Code: Select all
*/1 * * * * cd /var/www/cgi-bin/ && ./nginx_logs.sh 2>&1 >/dev/null
Thank you, I have changed this on all 3 fileservers, but still not counting downloadsafdah wrote:your cronjob is not running due to typo error.
crontab -e
change
toCode: Select all
*/1 * * * * cd cd /var/www/cgi-bin/ && ./nginx_logs.sh 2>&1 >/dev/null
Code: Select all
*/1 * * * * cd /var/www/cgi-bin/ && ./nginx_logs.sh 2>&1 >/dev/null
