We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e581b92 commit a20e17bCopy full SHA for a20e17b
1 file changed
fly.toml
@@ -8,6 +8,7 @@ primary_region = 'cdg'
8
9
[env]
10
PORTS = '8080'
11
+ TRUST_PROXY_PROTOCOL = 'true'
12
CERT_CACHE_DIR = '/usr/src/app/cert_dir'
13
14
# If deploying a separate instance and wanting real certificates, customize these:
@@ -24,6 +25,9 @@ primary_region = 'cdg'
24
25
protocol = "tcp"
26
internal = 8080
27
28
+ [services.proxy_proto_options]
29
+ version = "v1"
30
+
31
[[services.ports]]
32
port = "80"
33
0 commit comments