mirror of
https://github.com/plausible/analytics.git
synced 2025-01-03 15:17:58 +03:00
Create URL correctly
This commit is contained in:
parent
1ee5147ffb
commit
b07213c11a
@ -11,7 +11,7 @@ use Mix.Config
|
|||||||
# before starting your production server.
|
# before starting your production server.
|
||||||
config :plausible, PlausibleWeb.Endpoint,
|
config :plausible, PlausibleWeb.Endpoint,
|
||||||
http: [:inet6, port: System.get_env("PORT") || 4000],
|
http: [:inet6, port: System.get_env("PORT") || 4000],
|
||||||
url: [host: System.get_env("HOST"), scheme: "https"],
|
url: [host: System.get_env("HOST"), scheme: "https", port: 443],
|
||||||
cache_static_manifest: "priv/static/cache_manifest.json"
|
cache_static_manifest: "priv/static/cache_manifest.json"
|
||||||
|
|
||||||
# Do not print debug messages in production
|
# Do not print debug messages in production
|
||||||
|
Loading…
Reference in New Issue
Block a user