ngx_http_mbtiles_module icon indicating copy to clipboard operation
ngx_http_mbtiles_module copied to clipboard

A nginx module to serve map tiles directly from mbtiles container files

Results 1 ngx_http_mbtiles_module issues
Sort by recently updated
recently updated
newest added

Trying to compile module on orangepi5, Ubuntu Jammy. I have downloaded same nginx source version as installed on system and compiled successfully with: ``` sudo ./configure --add-dynamic-module=/mnt/prepp_sources/maps/mbtiles/ngx_http_mbtiles_module --build=aarch64 sudo make...