The naïve way
Quick and simple - clone your project, start the server and client services, and point nginx at your client app, same as you did during development. The "proxy" config in the client app then redirects requests to the backend server.Does this seem right? I don't think so...