Traefik Dashboard Port Change
This commit is contained in:
@@ -20,9 +20,16 @@ http:
|
||||
compress-middleware:
|
||||
compress:
|
||||
encodings:
|
||||
- zstd
|
||||
- br
|
||||
- gzip
|
||||
defaultEncoding: br
|
||||
defaultEncoding: zstd
|
||||
includedContentTypes:
|
||||
- text/html
|
||||
- text/css
|
||||
- application/javascript
|
||||
- application/json
|
||||
- text/plain
|
||||
routers:
|
||||
block-direct-access:
|
||||
rule: "HostRegexp(`{host:.+}`)" # Matches any host
|
||||
|
||||
Reference in New Issue
Block a user