Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
488777367f
|
@@ -225,3 +225,6 @@ WRITE_TIMEOUT=0s
|
|||||||
|
|
||||||
## Enable onion service support
|
## Enable onion service support
|
||||||
#ONION_ENABLED=1
|
#ONION_ENABLED=1
|
||||||
|
|
||||||
|
# YAML array of trusted subnets
|
||||||
|
TRUSTED_IPS=
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
export TRAEFIK_YML_VERSION=v32
|
export TRAEFIK_YML_VERSION=v32a
|
||||||
export FILE_PROVIDER_YML_VERSION=v12
|
export FILE_PROVIDER_YML_VERSION=v12
|
||||||
export ENTRYPOINT_VERSION=v5
|
export ENTRYPOINT_VERSION=v5
|
||||||
|
|||||||
@@ -33,6 +33,10 @@ entrypoints:
|
|||||||
to: web-secure
|
to: web-secure
|
||||||
web-secure:
|
web-secure:
|
||||||
address: ":443"
|
address: ":443"
|
||||||
|
{{ if ne (env "TRUSTED_IPS") "" }}
|
||||||
|
forwardedHeaders:
|
||||||
|
trustedIPs: {{ env "TRUSTED_IPS" }}
|
||||||
|
{{ end }}
|
||||||
transport:
|
transport:
|
||||||
respondingTimeouts:
|
respondingTimeouts:
|
||||||
readTimeout: {{ env "READ_TIMEOUT" }}
|
readTimeout: {{ env "READ_TIMEOUT" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user