Webserver configuration for dynmap
I’ve been dealing with this for a couple days now and have spent hours learning how to do this. I want to embed dynmap in my website (https://mywebsite.example/map) but dynmap is http. So I am configuring nginx to reverse proxy the connection so I can embed the dynmap URL on my webpage (I’ll worry about the SSL certificate later.) The problem is, the dynmap files are saved in my server files via my hosting provider (Shockbyte). Inb4 you say contact shockbyte, their support is absurdly slow and I don’t think they would offer good support for this issue. Their guide only helps installing dynmap and that’s it. So since I don’t have a webroot directory for the dynmap URL, I’m stuck at the point where I need to replace /path/to/webroot with the actual dynmap webroot which doesn’t exist on my computer. Is there a workaround for this? Sorry if anything Im saying is using wrong terminology or sounds idiotic. I am using chatgpt, nginx and craftbukkit guides to learn everything as I go.