mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-04-01 21:27:22 +02:00
remove apache before installing nginx --- it's not needed and will start complaining about the port being in use, or it might interfere with nginx
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
# HTTP: Turn on a web server serving static files
|
# HTTP: Turn on a web server serving static files
|
||||||
#################################################
|
#################################################
|
||||||
|
|
||||||
apt-get install -q -y \
|
apt-get remove -q -y apache2
|
||||||
nginx
|
apt-get install -q -y nginx
|
||||||
|
|
||||||
rm -f /etc/nginx/sites-enabled/default
|
rm -f /etc/nginx/sites-enabled/default
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user