Add Secure flag to gitea cookies #150

Merged
clan-bot merged 1 commits from Qubasa-main into main 2024-03-18 09:16:46 +00:00

View File

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