Hiya,

I'm following the instructions to install aegir manually (since I use nginx) from http://community.aegirproject.org/content/installing/manual/nginx-mariad... and while I am able to get sites managed through aegir working to correctly show up, sites that are configured outside aegir (some are flat-file sites, one is an 8.x site for working on core) do not show up (they show the default site mentioned in aegir.conf (which points to /var/www/nginx-default). It seems to be related to the default config though I'm inexperienced in figuring out what the issue could be. Any help/tips in debugging the issue would be greatly appreciated :)

Comments

btmash’s picture

While I haven't fixed it, my workaround so far has been to include /var/aegir/config/includes/nginx_simple_include.conf; into my current configurations and (for the flat site anyways) have an index.php file that is a copy of the index.html file that was there.

omega8cc’s picture

Status: Active » Closed (works as designed)

Aegir assumes that it takes over web server configuration. You should be able to use custom vhosts in the Nginx standard /etc/nginx/sites-enabled/ directory, but configuring them properly is out of the scope of the project.