Add Secure flag to gitea cookies

This commit is contained in:
Luis Hebendanz 2024-03-18 16:15:47 +07:00 committed by Jörg Thalheim
parent b14d3f97e2
commit 74ad6ac3e8

View File

@ -31,6 +31,7 @@
DOMAIN = "git.clan.lol";
LANDING_PAGE = "explore";
};
settings.session.COOKIE_SECURE = true;
};
services.nginx.virtualHosts."git.clan.lol" = {