Skip to content

Instantly share code, notes, and snippets.

@AnoopAlias
Last active January 26, 2021 06:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AnoopAlias/4516221f7fb99cc30d7c78e5bcce8c8d to your computer and use it in GitHub Desktop.
Save AnoopAlias/4516221f7fb99cc30d7c78e5bcce8c8d to your computer and use it in GitHub Desktop.
disable_mail_function
sed -i 's/exec,/exec,mail,/' /opt/nDeploy/conf/php-fpm.pool.j2
rm -f /opt/nDeploy/php-fpm.d/*
/opt/nDeploy/scripts/attempt_autofix.sh
systemctl restart ndeploy_backends
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment