fix location wrong order with ^~

This commit is contained in:
Zsolt Ero
2024-09-11 02:19:06 +02:00
parent 27f34ccae6
commit 78f003e6e3
2 changed files with 39 additions and 20 deletions

View File

@@ -53,7 +53,10 @@ location @empty_tile {
return 200 '';
expires 10y;
default_type application/vnd.mapbox-vector-tile;
types {
application/vnd.mapbox-vector-tile pbf;
}
add_header 'Access-Control-Allow-Origin' '*' always;
add_header Cache-Control public;