Closed (works as designed)
Project:
Hostmaster (Aegir)
Version:
6.x-1.9
Component:
Install process
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 May 2012 at 19:37 UTC
Updated:
25 Mar 2013 at 23:13 UTC
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
Comment #1
btmash commentedWhile 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.Comment #2
omega8cc commentedAegir 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.