Commit 89e426f2ad3e98c4a958ffef5c1334754c00449e

Authored by Antonio Terceiro
1 parent aea9e4b0

util/debian-install/install: disable default apache site

This will make apache serve Noosfero on any virtualhost
Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
util/debian-install/install
... ... @@ -76,3 +76,6 @@ else
76 76 apt-cache policy noosfero
77 77 apt-get install -qy noosfero noosfero-apache
78 78 fi
  79 +
  80 +a2dissite 000-default
  81 +service apache2 reload
... ...