Compare commits

..

2 Commits

Author SHA1 Message Date
gbanyan da63615f11 Disable HTTP/3 entrypoints 2025-11-12 15:58:20 +08:00
gbanyan d620830062 Tune compression middleware 2025-11-12 15:37:47 +08:00
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ http:
- zstd
- br
- gzip
defaultEncoding: zstd
minResponseBodyBytes: 1024
includedContentTypes:
- text/html
- text/css
-2
View File
@@ -85,7 +85,6 @@ entryPoints:
- "2405:8100::/32"
- "2a06:98c0::/29"
- "2c0f:f248::/32"
http3: {}
internal_web:
address: "192.168.50.4:80"
http:
@@ -95,7 +94,6 @@ entryPoints:
scheme: "https"
internal_websecure:
address: "192.168.50.4:443"
http3: {}
metrics:
address: ":8082"
dashboard: