I have setup an AWS Lightsail server running LEMP.
I adding a demo app for laravel and want to change the document root of the ngnix server so that the main website goes to /myapp/public which is the public directory for the laravel app.
Is there any guidance on how to do this?