dev
dev
AAdmincraft
Created by dev on 7/20/2023 in #questions
DynMap Reverse Proxy
for anyone trying to do this in the future (also works in apache and nginx but go modify the code accordingly) (in caddy)
domain.com {

redir /map /map/

handle_path /map/* {
reverse_proxy * localhost:8123
}

}
domain.com {

redir /map /map/

handle_path /map/* {
reverse_proxy * localhost:8123
}

}
14 replies
AAdmincraft
Created by dev on 7/20/2023 in #questions
DynMap Reverse Proxy
oh yeah that was totally the explanation
14 replies
AAdmincraft
Created by dev on 7/20/2023 in #questions
DynMap Reverse Proxy
that could totally be one explanation
14 replies
AAdmincraft
Created by dev on 7/20/2023 in #questions
DynMap Reverse Proxy
I wonder if it's trying the files in the '/map' folder as static html
14 replies
AAdmincraft
Created by dev on 7/20/2023 in #questions
DynMap Reverse Proxy
14 replies
AAdmincraft
Created by dev on 7/20/2023 in #questions
DynMap Reverse Proxy
no redirects either
14 replies
AAdmincraft
Created by dev on 7/20/2023 in #questions
DynMap Reverse Proxy
no other configs
14 replies
AAdmincraft
Created by dev on 7/20/2023 in #questions
DynMap Reverse Proxy
Caddy's reverse_proxy
14 replies