Skip to content

Commit

Permalink
[Fix] Rails6で別ドメインからのアクセスをはじく問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
highemerly committed May 16, 2021
1 parent 10ca423 commit 6fc87e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/environments/production.rb
@@ -1,4 +1,10 @@
Rails.application.configure do
# add by highemerly
config.hosts << "web1-da-tk2.handon.club"
config.hosts << "web1-pa-tk2.handon.club"
config.hosts << "web2-da-tk2.handon.club"
config.hosts << "web2-pa-tk2.handon.club"

# Settings specified here will take precedence over those in config/application.rb.

# Code is not reloaded between requests.
Expand Down

0 comments on commit 6fc87e3

Please sign in to comment.