Compare commits

..

No commits in common. '760591083bcaab54f26345ec60a91163e61c185f' and '0bb48db14098868d40d2c4407c63a45658540938' have entirely different histories.

3
.gitignore vendored

@ -1,4 +1 @@
docker-compose-test.yml
cust-entry.sh
data
start-docker.sh

@ -63,8 +63,5 @@ service cron start
#Activation du module rewrite d'apache
a2enmod rewrite && service apache2 restart && service apache2 stop
#Fix to really stop apache
pkill -9 apache
#Lancement du service apache au premier plan
/usr/sbin/apache2ctl -D FOREGROUND

Loading…
Cancel
Save