mirror of
https://github.com/plausible/analytics.git
synced 2024-12-22 09:01:40 +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.
|
||||
config :plausible, PlausibleWeb.Endpoint,
|
||||
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"
|
||||
|
||||
# Do not print debug messages in production
|
||||
|
Loading…
Reference in New Issue
Block a user