granny / Pl3xMap

Pl3xMap is a minimalistic and lightweight world map viewer for Minecraft servers using the vanilla Minecraft rendering style
https://modrinth.com/plugin/pl3xmap
MIT License
64 stars 85 forks source link

If using nginx as reverse proxy/server, biome and Y coordinate display are broken (showing either ??? or unknown) #13

Closed melzyy closed 10 months ago

melzyy commented 10 months ago

image

Roan-V commented 10 months ago

You need to tell nginx how to handle a few filetypes that are compressed by Pl3xmap Basically just need to set the content encoding for a specific filetype

Instructions and code snippet here: https://github.com/granny/Pl3xMap/wiki/Internal%2C-External-and-Reverse-Proxy-Web-Servers

melzyy commented 10 months ago

You need to tell nginx how to handle a few filetypes that are compressed by Pl3xmap Basically just need to set the content encoding for a specific filetype

Instructions and code snippet here: https://github.com/granny/Pl3xMap/wiki/Internal%2C-External-and-Reverse-Proxy-Web-Servers

The problem is that ive already done that, but maybe im missing something

image here is my nginx cfg, only the map part

granny commented 10 months ago

Please join the discord server for support. https://granny.dev/discord

melzyy commented 10 months ago

for anyone from google, i fixed it by removing ^ from from locaton line

granny commented 10 months ago

Already updated in the wiki