fix: missing https fomr PUBLIC_URL

This commit is contained in:
ange 2024-05-01 14:45:02 +02:00
parent a487a22ee5
commit 56f48b1191
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -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