Doc update

This commit is contained in:
Ari Timonen 2020-04-12 01:14:19 +03:00
parent d487f5e70b
commit 5e9c725ab5
2 changed files with 8 additions and 0 deletions

View file

@ -60,6 +60,13 @@ There are some unresolved issues to setup dev env.
1. You can run tests easier if you setup the stuff on your own computer.
1. Do not commit too much without testing. Also keep commits small for documentation and reversability issues.
1. You need to rebuild the docker image when you change gems.
1. To restart NGINX
docker-compose exec nginx nginx -s
1. To restart PUMA
touch tmp/restart.txt
## Design of ENSL Application

View file

@ -25,6 +25,7 @@ Rails.application.configure do
config.assets.digest = true
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
# Keep this off, causes weird redirection bug
config.force_ssl = false
# See everything in the log (default is :info)