Skip to content

Commit

Permalink
This doesn't exist in this version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim203 committed Jul 11, 2024
1 parent 10fd98a commit 6994d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ config :global_api, GlobalApiWeb.Endpoint,
port: String.to_integer(System.get_env("PORT") || "80"),
otp_app: :global_api
],
force_ssl: [rewrite_on: [:x_forwarded_proto, :x_forwarded_host, :x_forwarded_for], host: nil, log: false],
force_ssl: [rewrite_on: [:x_forwarded_proto, :x_forwarded_host], host: nil, log: false],
check_origin: [protocol <> "://*." <> domain],
url: [host: "api." <> domain],
static_url: [host: "cdn." <> domain],
Expand Down

0 comments on commit 6994d2e

Please sign in to comment.