mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
force port to 443
This commit is contained in:
parent
60b407dbd1
commit
ae489ef6ea
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ secret_key_base =
|
|||
|
||||
config :philomena, PhilomenaWeb.Endpoint,
|
||||
http: [:inet6, port: String.to_integer(System.get_env("PORT") || "4000")],
|
||||
url: [host: System.get_env("APP_HOSTNAME"), scheme: "https"],
|
||||
url: [host: System.get_env("APP_HOSTNAME"), scheme: "https", port: 443],
|
||||
secret_key_base: secret_key_base,
|
||||
server: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue