because site.conf has been replaced by site.conf.hbs, you’re going to want to replace root {{root }}; with root “PWD”, where PWD is the path to your web folder within the bedrock project. So for me on a mac, this looks like: “/Users/Gray/Local Sites/bedrock/app/bedrock/web”;
I found out that you doon’t have to chnge completly the “{{root}}” variable on documentRoot.
You can just add “/web” which now become {{root}}/web.
Tested and working on site.conf and site.conf.hbs.