Try re-enabling HTTPS

This commit is contained in:
niten 2023-07-19 17:58:14 -07:00
parent 2ef14827e3
commit ac613db984
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ in {
source-file = makeEnvFile { source-file = makeEnvFile {
LEMMY_UI_LEMMY_INTERNAL_HOST = "lemmy:8536"; LEMMY_UI_LEMMY_INTERNAL_HOST = "lemmy:8536";
LEMMY_UI_LEMMY_EXTERNAL_HOST = cfg.hostname; LEMMY_UI_LEMMY_EXTERNAL_HOST = cfg.hostname;
LEMMY_UI_HTTPS = 0; LEMMY_UI_HTTPS = 1;
}; };
target-file = "/run/lemmy/lemmy-ui.env"; target-file = "/run/lemmy/lemmy-ui.env";
}; };