Plesk

Unable to repair web server configuration: Can not reload proxy server

Symptoms

Cause

nginx configuration/installation is corrupted.

Resolution

  1. Connect to a Plesk server via SSH.

  2. Reenable nginx reverse proxy using these commands:

    # plesk sbin nginxmng --disable

    # plesk sbin nginxmng --enable

  3. Check nginx status:

    # service nginx status

     

    If the service is still down, reinstall nginx reverse proxy:

  1. Remove nginx reverse proxy:

    # plesk installer --select-release-current --remove-component nginx

  2. Install nginx reverse proxy using the following command:

    # plesk installer --select-release-current --install-component nginx

  3. Check nginx reverse proxy status:

    # plesk sbin nginxmng --status

    If it is "Disabled", enable the component:

    # plesk sbin nginxmng --enable