I'm running WordPress on a LEMP stack.
I have a landing page at: https://example.com/landing
I want to point this subdomain at the above page: http://landing.example.com
I don't want to 301/302 redirect the subdomain to the subdirectory.
I want visitors to think they are still on http://landing.example.com.
This question is similar but doesn't solve my particular problem.
I need to know how to rewrite the request with nginx and configure DNS.