Can access ssh, cannot access from browser
Solution 1:
In general two different services can’t run on the same TCP port.
The web server will be running on a different port than the one ssh uses, so pointing your web browser at http://x.x.x.x:2215
was the wrong thing to do.
I would start by simply connecting to the default http port, http://x.x.x.x
and then if that doesn’t show any content , then simply confirm to the client that you have uploaded the content and ask how to proceed from there ...