Skip to content

Commit

Permalink
Merge pull request #135 from therumbler/patch-1
Browse files Browse the repository at this point in the history
fixed a typo (dome -> done)
  • Loading branch information
githubsaturn authored Mar 22, 2024
2 parents 7f43a99 + 4a98853 commit 463270f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ This happens when CapRover cannot verify that yourcustomdomain.com points to the

- DNS changes take up to 24 hrs to propagate, specially if your server had cached them before. So wait for 24hrs and retry again. If it doesn't work, proceed to the next step:
- To confirm, go to https://mxtoolbox.com/DNSLookup.aspx and enter `yourcustomdomain.com`. Make sure it points to the server IP. If you're using a proxy service like CloudFlare, this may cause a problem. Disable their proxy in your DNS on CloudFlare and have A record directly point to the IP address of your CapRover server.
- If you tested all above, and when you visit `something.domain.com` you see the CapRover page, then you can say your domain is working fine, but CapRover is unable to verify it because the loopback test doesn't work. In this case, you can choose to skip domain verification dome by CapRover:
- If you tested all above, and when you visit `something.domain.com` you see the CapRover page, then you can say your domain is working fine, but CapRover is unable to verify it because the loopback test doesn't work. In this case, you can choose to skip domain verification done by CapRover:

```
echo "{\"skipVerifyingDomains\":\"true\"}" > /captain/data/config-override.json
Expand Down

0 comments on commit 463270f

Please sign in to comment.