GestioCOF devrait fonctionner sur / aussi bien que sur /gestion

This commit is contained in:
Basile Clement 2016-11-06 01:36:10 +01:00
parent a55d34380c
commit d77a4dde3e
5 changed files with 23 additions and 23 deletions

View file

@ -23,7 +23,7 @@ mysql -uroot -p$DBPASSWD -e "CREATE DATABASE $DBNAME; GRANT ALL PRIVILEGES ON $D
# Installation et configuration d'Apache
apt-get install -y apache2
a2enmod proxy proxy_http
a2enmod proxy proxy_http proxy_wstunnel headers
cp /vagrant/provisioning/apache.conf /etc/apache2/sites-available/gestiocof.conf
a2ensite gestiocof
a2dissite 000-default