fix: missing https fomr PUBLIC_URL
This commit is contained in:
parent
a487a22ee5
commit
56f48b1191
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
server_name: "$BASE_URL"
|
||||
public_baseurl: "$PUBLIC_URL"
|
||||
public_baseurl: "https://$PUBLIC_URL"
|
||||
pid_file: /homeserver.pid
|
||||
web_client: false
|
||||
soft_file_limit: 0
|
||||
|
|
|
|||
Reference in a new issue