mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-06 11:15:34 -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
|
||||
:{$PORT} {
|
||||
respond /health 200
|
||||
encode gzip
|
||||
encode {
|
||||
zstd fastest
|
||||
gzip 3
|
||||
}
|
||||
|
||||
log {
|
||||
# access logs
|
||||
|
||||
Reference in New Issue
Block a user