Quote:
|
Oh, and a question, why does the script add $1 to the end of the rewrite nginx directive by the way? Nginx supposed to know what index file to load regardless it is specified or not.
|
The $1 is to rewrite to the same path, it is not related to the index file.
Quote:
|
if this is not too tedious to modify everytime a new ISPConfig version comes out I would rather hack the code.
|
Thats not nescessary, as this can all be configured in the nginx_vhost.conf.master template. So you can configure it on your server as you need it and it wont get overwritten on updates when you put the modified configuration file in the conf-custom folder.