Replace Nginx with Nginx Mainline

Discussion in 'ISPConfig 3 Priority Support' started by ktownmods, Apr 10, 2022.

  1. ktownmods

    ktownmods Member HowtoForge Supporter

    Hey, can anyone explain me, how to replace Nginx Stable from Debian with Nginx Mainline from Source?

    I tried it with apt remove nginx nginx-common, after that i installed nginx mainline from source, but now i cant access ispconfig panel (reconfired service via
    ispconfig_update.sh --force
    doenst help.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Basically, you must use the exact same compile options that Debian uses to build its package, so that your new binary finds the config files in the same directories and that it runs under the correct user www-data and not a different user like nginx.
     
  3. ktownmods

    ktownmods Member HowtoForge Supporter

    Now it works, thank you
     

Share This Page