Skip to content

Commit

Permalink
removes Rack::CanonicalHost for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieIGG committed Jan 11, 2020
1 parent cd23e53 commit 0d34108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@
config.active_record.dump_schema_after_migration = false
config.middleware.use Rack::Deflater
config.force_ssl = true
config.middleware.use Rack::CanonicalHost, ENV.fetch('APPLICATION_HOST', 'evaluarium.com')
# config.middleware.use Rack::CanonicalHost, ENV.fetch('APPLICATION_HOST', 'evaluarium.com')
end

0 comments on commit 0d34108

Please sign in to comment.