caching implemented and a flake tool for logo
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -9,6 +9,10 @@ server:
|
||||
binding: "{{ get_env(name="SERVER_BINDING", default="0.0.0.0") }}"
|
||||
host: "{{ get_env(name="APP_HOST") }}"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user