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 027ef99 commit 592650cCopy full SHA for 592650c
guides/source/configuring.md
@@ -614,7 +614,7 @@ would fail to match `www.product.com`.
614
A special case is supported that allows you to permit the domain and all sub-domains:
615
616
```ruby
617
-# Allow requests the domain itself `product.com` and from subdomains like `www.product.com` and `beta1.product.com`.
+# Allow requests from the domain itself `product.com` and subdomains like `www.product.com` and `beta1.product.com`.
618
Rails.application.config.hosts << ".product.com"
619
```
620
0 commit comments