From 5ef8fef39b1af81be744bf4bf94644c30cbfd9f1 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 22 Aug 2021 15:44:08 +0200 Subject: [PATCH] Update lemmy-ui.service --- conf/lemmy-ui.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/lemmy-ui.service b/conf/lemmy-ui.service index bce73bd..5e97a05 100644 --- a/conf/lemmy-ui.service +++ b/conf/lemmy-ui.service @@ -7,7 +7,7 @@ Type=simple User=__APP__ Group=__APP__ Environment="LEMMY_INTERNAL_HOST=127.0.0.1:__PORT_LEMMY__" -Environment=" LEMMY_EXTERNAL_HOST=__DOMAIN__" +Environment="LEMMY_EXTERNAL_HOST=__DOMAIN__" Environment="LEMMY_HTTPS=true" Environment="LEMMY_UI_HOST=0.0.0.0:__PORT_UI__" WorkingDirectory=__FINALPATH__/lemmy-ui/