We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a3e6f commit 41631d5Copy full SHA for 41631d5
1 file changed
config/environments/production.rb
@@ -9,14 +9,18 @@
9
10
config.consider_all_requests_local = false
11
12
- # Allow Render hostname
13
-
14
- config.hosts << "prostaff.gg"
15
16
- config.hosts << "www.prostaff.gg"
17
18
- # Railway domain
19
- config.hosts << "prostaff-api-production.up.railway.app"
+# Allow Render hostname
+ config.hosts << "prostaff.gg"
+ config.hosts << "www.prostaff.gg"
+ config.hosts << ".prostaff.gg"
+
+ # Railway domain
+ config.hosts << "prostaff-api-production.up.railway.app"
20
+ # Allow localhost for health checks (Coolify/Docker)
21
+ config.hosts << "localhost"
22
+ config.hosts << "127.0.0.1"
23
+ config.hosts << "187.77.39.215"
24
25
# config.hosts << "123.123.123.123"
26
0 commit comments