Index: trunk/debs/testswarm/debian/testswarm.postinst |
— | — | @@ -29,7 +29,7 @@ |
30 | 30 | a2enmod rewrite |
31 | 31 | |
32 | 32 | # Symlink default conf if there is none |
33 | | -if [ ! -e "/etc/apache2/conf.d/testswarm.conf" ]; then |
| 33 | +if [ ! -e "/etc/apache2/sites-enabled/testswarm.conf" ]; then |
34 | 34 | ln -s /etc/testswarm/apache.conf /etc/apache2/sites-enabled/testswarm.conf |
35 | 35 | fi |
36 | 36 | invoke-rc.d apache2 reload || true |