04-26-2019, 10:51 AM
This command should fix your problem:
Integrity check exit the worker if nginx.conf or worker.php are modified, with the command, it will just print a warning in the logs.
Code:
sqlite3 /var/local/www/db/moode-sqlite3.db "UPDATE cfg_hash SET ACTION = 'warning' WHERE PARAM = '/var/www/command/worker.php'"
Integrity check exit the worker if nginx.conf or worker.php are modified, with the command, it will just print a warning in the logs.