diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-05-22 11:35:32 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-05-26 00:28:30 +0200 |
commit | a39a6afea620fad2a88a171a3813c8bf211f50e2 (patch) | |
tree | 329a06669d881a377424bd4e2e96876425afb0dd /handlers | |
parent | aba2da0757d6d459baa431786c815c74da4e830c (diff) |
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.
Diffstat (limited to 'handlers')
-rw-r--r-- | handlers/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |