Skip to content

Commit 6994d2e

Browse files
committed
This doesn't exist in this version
1 parent 10fd98a commit 6994d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/prod.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ config :global_api, GlobalApiWeb.Endpoint,
3434
port: String.to_integer(System.get_env("PORT") || "80"),
3535
otp_app: :global_api
3636
],
37-
force_ssl: [rewrite_on: [:x_forwarded_proto, :x_forwarded_host, :x_forwarded_for], host: nil, log: false],
37+
force_ssl: [rewrite_on: [:x_forwarded_proto, :x_forwarded_host], host: nil, log: false],
3838
check_origin: [protocol <> "://*." <> domain],
3939
url: [host: "api." <> domain],
4040
static_url: [host: "cdn." <> domain],

0 commit comments

Comments
 (0)