From a39a6afea620fad2a88a171a3813c8bf211f50e2 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 22 May 2025 11:35:32 +0200 Subject: Deploy the webmap CGI. We also lower tile expiration time from 8h to 30m to reduce the race condition where the database an the on-disk tiles are not in sync. --- handlers/main.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'handlers') diff --git a/handlers/main.yml b/handlers/main.yml index 281951b..b6ee548 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -55,3 +55,6 @@ - name: Reload PostgreSQL service: name=postgresql.service state=reloaded + +- name: Stop webmap-cgi.service + service: name=webmap-cgi.service state=stopped -- cgit v1.2.3