Hi JoakimR,
I solved the problem replacing the entry in crontab.
The command "service nginx reload" executed as root by crond caused the problem, instead, service nginx reload executed as root from terminal worked flawlessly.
So I replaced "service nginx reload" with "/etc/init.d/nginx reload" in crond and everything worked perfectly.
Thank you for your help.
I solved the problem replacing the entry in crontab.
The command "service nginx reload" executed as root by crond caused the problem, instead, service nginx reload executed as root from terminal worked flawlessly.
So I replaced "service nginx reload" with "/etc/init.d/nginx reload" in crond and everything worked perfectly.
Thank you for your help.