Hi there,
i am new to nginx, i just installed it yesterday on ubuntu and configured it according to docs.I am using php via fcgi
now the problem is when i try to visit say www.mydomain.com/abc/ it gives me 403 forbidden error but when i try www.mydomain.com/abc/index.php it works!
why it does not consider to append index.php for the URIs ending with a slash, although i have set index option in the config file?