Seem like I just can't this one right: after the 1.9 to 2.0-beta2 upgrade here, the webserver is simply not configured, as the symlink in /etc/apache2/conf.d is absent completely.

Comments

anarcat’s picture

Assigned: Unassigned » anarcat
Status: Active » Needs review

Workaround, apache:

ln -s /var/aegir/config/apache.conf /etc/apache2/conf.d/aegir.conf
a2enmod ssl rewrite
apache2ctl graceful

nginx:

ln -s /var/aegir/config/nginx.conf /etc/nginx/conf.d/aegir.conf
service nginx reload
anarcat’s picture

Status: Needs review » Fixed

i pushed a fix in c133902, hopefully this is fixed for good.

anarcat’s picture

added errata.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.