DynMap Reverse Proxy
Anyone ever reverse proxied DynMap?
Root locations work fine
domain.com { reverse_proxy localhost:8123 }
Subdomains work fine
subdomain.domain.com { reverse_proxy localhost:8123 }
works fine
Locations don't work and arrives at a unique 404
(domain.com { handle /map { reverse_proxy localhost:8123 } }
)8 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by wispcream#0
How are you reverse proxying it?
Caddy's reverse_proxy
no other configs
Hm
no redirects either
I've always used nginx so
No clue
GitHub
404 Error /map not found · Issue #1140 · webbukkit/dynmap
Hi, I seem to be having a permission error on my dynmap folder named map. I am not sure what command I need to use in order to change it. ScreenShot: Sincerely, Karl Ubuntu 12.04 x64 Java Version: ...
I wonder if it's trying the files in the '/map' folder as static html
that could totally be one explanation
oh yeah that was totally the explanation
for anyone trying to do this in the future
(also works in apache and nginx but go modify the code accordingly)
(in caddy)