1. is this mailing list the correct place to suggest additions to the FAQ?
2. why does
```
location /wth {
   root /var/www/fcgi-bin/;
   index wth-root.html;
 }
```
not resolve '/wth' (but incidentally does resolve '/wth-root.html',
though not '/wth-root').
I have been scratching my head about this for the longest time.