From 4c49d82e40bf6eae771253c6699b2a34b5faef3e Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Sat, 30 Dec 2023 20:47:55 +0100 Subject: [PATCH] work --- scripts/http_host/nginx_sync/nginx_sync.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/http_host/nginx_sync/nginx_sync.py b/scripts/http_host/nginx_sync/nginx_sync.py index 5eb9b93..95acd70 100755 --- a/scripts/http_host/nginx_sync/nginx_sync.py +++ b/scripts/http_host/nginx_sync/nginx_sync.py @@ -63,9 +63,7 @@ def cli(): version_str = rf""" location /{area}/{version} {{ # no trailing hash alias {tilejson_path}; # no trailing hash - default_type application/json; - gzip on; add_header 'Access-Control-Allow-Origin' '*' always; add_header Cache-Control public;