I’ve changed the root path of my wp files
from c:/localwp/mysite/app/public (default root)
to c:/localwp/mysite/app/app (my site wp files)
Now LOCAL can’t find my wp-config.php because it looks for a public folder which does not exist.
Screenshot from /conf/nginx/site.conf.hbs
How to tell LOCAL that it should not look for /app/public but /app/app
Is there another file where i have to change path so that LOCAL knows where to look for wp-config.php?