-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Nginx option on debian 9 installs Apache2 #25
Comments
Found the problem: PHP7.0 has libapache2-mod-php7.0 as dependency if php7.0-fpm and php7.0-cgi are not beeing installed: https://packages.debian.org/stretch/php7.0 |
Can you try #26? It should fix the problem. Nevertheless until now I have't tested nginx installation at all 😄 |
Going to test in a couple of hours, also I'm going to prepare a basic nginx config file. Should we continue with "/mailscanner" dir alias or move to the more modern "mailwatch.example.com" virtual domain in install script? |
I finally managed to test #26 and I can confirm that it works on debian 9 and debian 8. I'm trying to create a base nginx config file, but nginx doesn't have a global alias like apache ( I can take 2 way:
Should we sync this between nginx and apache? |
Im that case it is probably better to just use a virtualhost for both apache and nginx. |
I'm installing on a test VM with minimal Debian 9 installed; after selecting Nginx as webserver option apache2 is in the list of packages to be installed
The text was updated successfully, but these errors were encountered: