Plesk

Website uses old certificate or IP address on the Plesk server: nginx dead but pid file exists

Symptoms

Cause

Stuck nginx process cannot receive a reload signal from Plesk.

Resolution

  1. Connect to the server via SSH.

  2. Kill all nginx processes:

    # killall nginx

  3. Start nginx back:

    # service nginx start

Exit mobile version