mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-13 08:12:00 -06:00
Enable zstd encoding, use gzip level 3
This commit is contained in:
@@ -16,7 +16,10 @@
|
|||||||
# site block, listens on the $PORT environment variable, automatically assigned by railway
|
# site block, listens on the $PORT environment variable, automatically assigned by railway
|
||||||
:{$PORT} {
|
:{$PORT} {
|
||||||
respond /health 200
|
respond /health 200
|
||||||
encode gzip
|
encode {
|
||||||
|
zstd fastest
|
||||||
|
gzip 3
|
||||||
|
}
|
||||||
|
|
||||||
log {
|
log {
|
||||||
# access logs
|
# access logs
|
||||||
|
|||||||
Reference in New Issue
Block a user