Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Problem with Apache2 #2

Open
aiiddqd opened this issue Feb 28, 2018 · 1 comment
Open

Problem with Apache2 #2

aiiddqd opened this issue Feb 28, 2018 · 1 comment

Comments

@aiiddqd
Copy link

aiiddqd commented Feb 28, 2018

Last times after vagrant up - instead nginx started apache2.

I fixed this by adding a strings to provision.sh

sudo apt-get remove apache2*
sudo apt-get autoremove
@aiiddqd
Copy link
Author

aiiddqd commented Mar 10, 2018

and replace string:
apt-get install -y phpmyadmin

to:
apt-get --no-install-recommends install -y phpmyadmin

https://github.com/uptimizt/vagrant-boilerplate/blob/custom/provision.sh#L79

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant