Skip to content

Commit

Permalink
Force ssl added to production (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilgkrishnan authored Apr 14, 2022
1 parent 6b8638a commit a6a9028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ git clone https://github.com/saeloun/miru-web.git
your project as you `cd` into the directory follow
[this](https://github.com/nvm-sh/nvm#deeper-shell-integration))

3. Install ruby 3.1.0
3. Install ruby 3.1.1

```
rvm install $(cat .ruby-version)
Expand Down
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
# config.action_cable.allowed_request_origins = [ "http://example.com", /http:\/\/example.*/ ]

# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
# config.force_ssl = true
config.force_ssl = true

# Include generic and useful information about system operation, but avoid logging too much
# information to avoid inadvertent exposure of personally identifiable information (PII).
Expand Down

0 comments on commit a6a9028

Please sign in to comment.