Try re-enabling HTTPS
This commit is contained in:
parent
2ef14827e3
commit
ac613db984
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue