timburgess/chickpea

nginx.conf file

Closed this issue · 0 comments

Hi, I run my own OSM Tile Server (http://localhost:8080/{z}/{x}/{y}.png) behind a proxy (Nginx Reverse Proxy with Cache). It's working good.

image

Tile Server generates tiles PNG format, but, in Nginx cache folder, there is no PNG format tile.

How can I cache in original (z/x/y.png) format with your "nginx.conf.example" file?

Thanks.