Quote:
|
1. What about the "Subdomain for website" and "Alias for website" features (in the left menu, in the "Sites" tab)? They were basically using special apache2's directives.
|
On nginx they use nginx directives automatically, so nothing you have to care about. ispconfig handles this automatically.
Quote:
|
2. What about the tab "Redirect" when editing a website (where we had the choice between the redirect flags, etc. ...)
|
This function exists for nginx too, the available options are just different to match the functions in nginx. Install a nginx server any try it out.
Quote:
|
3. If we can enter directives that will be put into Nginx configuration, how does ISPC protects from users that put incorrect directives?
|
Neither the nginx nor apache directives field are available for userslike you write above, they are only available to the Administrator of the server and a admin should know what he is doing.