nginx.conf file
Closed this issue · 0 comments
webmap2015 commented
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.
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.