Updated Nginx not longer connects to my ispconfig

Discussion in 'Installation/Configuration' started by Dameats1, Jan 9, 2022.

  1. Dameats1

    Dameats1 New Member

    Hello ,
    Perfect server for ubuntu 18.04 Nginx . ( My level is noob)

    I wanted to updated Nginx to the latest version , I added the ondrej ppa and did the sudo apt-get update .
    Now i have the latest Nginx but somehow is not listening or proxing to ispconfig or the pages hosted .
    Can anyone help me on howto configure Nginx to connect to ispconfig again ?

    Thank you in advance.
     
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Try doing a force update:

    ispconfig_update.sh --force
     
  3. Dameats1

    Dameats1 New Member

    Hi ,
    I have done it before minus the -- force .
    This are the errors preventing Nginx to start .

    Jan 09 17:33:18 intregaff-com nginx[546]: nginx: [emerg] host not found in "ssl" of the "listen" directive in /etc/nginx/sites-enabled/000-apps.vhost:2
    Jan 09 17:33:18 intregaff-com nginx[546]: nginx: configuration file /etc/nginx/nginx.conf test failed
    =======Edit ===============================
    000-apps.vhost:2 / I added the port 443 it was missing in the config and now Nginx starts but still doesnt connect to ispconfig .
    ======================second edit ======================
    Thank you sooooo much i fixed it , you sent me in the right path .
     
    Last edited: Jan 10, 2022
  4. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    Please do as advised by @Th0m first, then go to each reported vhost and conf files and check why the hostname is missing and why the configuration test failed respectively. The report is clear enough for you to check and fix.

    You might also want to note that bleeding edge softwares might not work as easily as default softwares that are shipped with the OS distro but normally its solution can be worked out.
     
  5. Dameats1

    Dameats1 New Member

    Yep , thank you both so much .
    I did exactly both things you guys advice and it worked like a charm .

    Again thank you
     

Share This Page