caching implemented and a flake tool for logo

This commit is contained in:
Priec
2026-06-29 12:38:27 +02:00
parent ed3150136a
commit 7b28e0d7a0
4 changed files with 11 additions and 1 deletions

View File

@@ -24,6 +24,10 @@ server:
host: http://localhost
# Out of the box middleware configuration. to disable middleware you can changed the `enable` field to `false` of comment the middleware block
middlewares:
# gzip/br compression for text responses (HTML, CSS, JS) — Lighthouse
# "Document request latency: No compression applied".
compression:
enable: true
static:
enable: true
must_exist: true