Clarifying custom home page routing

I think the easiest way you an achieve that without breaking anything lol, would be to have your landing / home page as anykind of HTML theme you want; then just install it in the root directory for your webserver.

Then you move over to your NGINX configuration and send all requests for ‘/’ to the static files

but then let every other request be sent to Ghost