mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
lower expiry
This commit is contained in:
@@ -77,7 +77,7 @@ def cli():
|
|||||||
add_header Content-Encoding gzip;
|
add_header Content-Encoding gzip;
|
||||||
add_header 'Access-Control-Allow-Origin' '*' always;
|
add_header 'Access-Control-Allow-Origin' '*' always;
|
||||||
add_header Cache-Control public;
|
add_header Cache-Control public;
|
||||||
expires 10y;
|
expires 1d; # target 10y
|
||||||
}}
|
}}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user