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.
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.