From 39df8766325c852c204f68d8ee770119f1856b00 Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Sat, 30 Dec 2023 21:16:54 +0100 Subject: [PATCH] no gzip --- scripts/http_host/nginx_sync/nginx_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/http_host/nginx_sync/nginx_sync.py b/scripts/http_host/nginx_sync/nginx_sync.py index 95acd70..6be064a 100755 --- a/scripts/http_host/nginx_sync/nginx_sync.py +++ b/scripts/http_host/nginx_sync/nginx_sync.py @@ -60,7 +60,7 @@ def cli(): ) # TODO raise expires if everything is stable - version_str = rf""" + version_str = f""" location /{area}/{version} {{ # no trailing hash alias {tilejson_path}; # no trailing hash default_type application/json;