diff --git a/site-cookbooks/kosmos_gitea/templates/default/app.ini.erb b/site-cookbooks/kosmos_gitea/templates/default/app.ini.erb index bc783df..4597dcc 100644 --- a/site-cookbooks/kosmos_gitea/templates/default/app.ini.erb +++ b/site-cookbooks/kosmos_gitea/templates/default/app.ini.erb @@ -30,7 +30,8 @@ SSL_MODE = verify-ca [session] PROVIDER = file PROVIDER_CONFIG = sessions -COOKIE_SECURE = true +# Enable when TLS is enabled +# COOKIE_SECURE = true [mailer] ENABLED = true