For nginx, how can I return all Requests (of a dir) to the index?
ex:
user requests: /link/to/garbage/w/w/w/w/whatever nginx moves request to /link/index.php
if possible, return as a query? like index.php?search={request}
the server block in question:
location /pages {
include fast go.conf;
}