Merge pull request 'Add Secure flag to gitea cookies' (#150) from Qubasa-main into main
All checks were successful
checks / test (push) Successful in 26s

This commit is contained in:
clan-bot 2024-03-18 09:16:45 +00:00
commit f6a06ecf2c

View File

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