1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2025-09-09 14:09:29 +00:00

enable secure cookie in additional_environment.rb instead of trying to change lineinfile of application.rb

This commit is contained in:
Mark Heiges
2016-08-24 18:17:39 -04:00
parent ee5e2593c9
commit f69ec3f35c
2 changed files with 18 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
# EBRC custom settings.
# This file managed by Ansible.
# override session_store in application.rb to set secure
config.session_store :cookie_store,
:key => '_redmine_session',
:secure => true,
:path => config.relative_url_root || '/'