Thanks JosephI made it to work, copying my index.html directly to /htdocs, and adding location did the trck! thanks again!:
location "/*" {
root "/agroena"
}
On 2021-01-15 12:16 p.m., Joseph Olatt wrote:
location "/*" {
root "/<some directory>"
}

