Plesk

Nginx failed to start on Plesk server: (99: Cannot assign requested address)

Symptoms

Cause

Incorrect configuration files left after removing a domain.

Resolution

  1. Connect to the server via SSH

  2. Remove the file mentioned in the error, as an example: /etc/nginx/plesk.conf.d/webmails/example.com_webmail.conf

    # rm /etc/nginx/plesk.conf.d/webmails/example.com_webmail.conf

  3. Continue operations with the nginx service:

    If the service did not start:

    # service nginx restart

    If it was not possible to enable it:

    # plesk sbin nginxmng -e

Exit mobile version