Add Secure flag to gitea cookies
All checks were successful
checks / test (pull_request) Successful in 25s

This commit is contained in:
Luis Hebendanz 2024-03-18 16:15:47 +07:00
parent 182610ff52
commit 86e262da70

View File

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