We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d5169 commit e880eddCopy full SHA for e880edd
1 file changed
web/admin/__init__.py
@@ -46,7 +46,7 @@
46
app = Flask(__name__, template_folder='templates/default')
47
48
49
-# curl --compressed -I "http://127.0.0.1:44010/" -H "Accept-Encoding: gzip" --write-out "%{json}"
+# curl --compressed -I "http://127.0.0.1:44010/" -H "Accept-Encoding: zstd" --write-out "%{json}"
50
app.config["COMPRESS_ALGORITHM"] = ["zstd", "br", "gzip", "deflate"]
51
Compress(app)
52
0 commit comments