under Apache I can set the index very easy. Like:
DirectoryIndex index.php?parameter=xyz
How can I set this in nginx?
I had tried: index index.php?parameter=xyz but I get an 403 error.
under Apache I can set the index very easy. Like:
DirectoryIndex index.php?parameter=xyz
How can I set this in nginx?
I had tried: index index.php?parameter=xyz but I get an 403 error.