Open sinasalek opened 8 years ago
As far as I can remember there are not much options during domain creation:
For the last two options it does not work. PHP-FPM does not appear in list of features for alias server
Hmm, as far as I understand alias server is just a domain that has one name, that points to another top level domain, like redirecting. So I think there's no point in adding support for this.
Yes but it's not a redirect, it's a host that uses the same root folder as its parent. So it needs nginx config all the same
As far as I remember core Nginx module behaves the same way. Interesting, what's the point of such setup?
One example is a multi blog engine like wordpress. you can add alias for different users easily like real-gecko.blogsystem.com. Another example is having multiple domains for the same system. all control panels including cpanel, directadmin support it with under a different names Anyway nginx core module and apache module both support it
is this supported? do you suggest to use this module or is better to set sub-server manually?
Nope for now I did not implement this functionality to the module. I'll see what I can do in a few days.
It seems that alias sub server is not supported.