diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-05-27 00:15:08 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-05-27 11:00:56 +0200 |
commit | 420f1a59d6cad99549364e699200edd659bb5b2e (patch) | |
tree | 6842f9f327c2074f9c7c86148e4c45ff5a06137a | |
parent | a39a6afea620fad2a88a171a3813c8bf211f50e2 (diff) |
We no longer need to stream since we don't serve full features
geometries anymore, only their properties.
Cf. 0fe67edd568a53abc1d7514b14d1a8a1d2af3e0e in tools.
-rw-r--r-- | files/etc/nginx/sites-available/webmap | 1 | ||||
m--------- | webmap-tools | 0 |
2 files changed, 0 insertions, 1 deletions
diff --git a/files/etc/nginx/sites-available/webmap b/files/etc/nginx/sites-available/webmap index d5e005a..efb062a 100644 --- a/files/etc/nginx/sites-available/webmap +++ b/files/etc/nginx/sites-available/webmap @@ -90,7 +90,6 @@ server { gzip on; gzip_types application/json text/plain; include uwsgi_params; - uwsgi_buffering off; uwsgi_pass unix:/run/webmap-cgi.socket; } location = /tiles/metadata.json { diff --git a/webmap-tools b/webmap-tools -Subproject b9b9eef91e5c33e6938b64e4e60f066c36201de +Subproject 3e9586f0a9708afca40ab50a2987fc0090256e2 |