> For the complete documentation index, see [llms.txt](https://legacydocs.nexudus.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacydocs.nexudus.com/platform/settings/website/setting-up-your-own-domain-on-nexudus/configuring-your-cloudfare-account-settings.md).

# DNS Settings: Configuring your Cloudflare Account

If you have not already done so, visit the [Cloudflare website](https://www.cloudflare.com/) to create a account.

![Creating a Cloudfare account](/files/-M0TCq2ML8jbpaGcipMb)

### Configuring your nameserver settings

Once you are logged into Cloudfare, it will detect your domain settings and prompt you to adjust your nameserver settings with your DNS host (for this example, that host is GoDaddy).

![Cloudfare can detect your domain registrar ](/files/-M0TD21tABu-mzJdHZ6m)

{% hint style="info" %}
You can also visit the Cloudflare help center for more information on [adding a website to your account](https://support.cloudflare.com/hc/en-us/articles/201720164-Creating-a-Cloudflare-account-and-adding-a-website).
{% endhint %}

Login into your account with your DNS host, locate the nameservers settings in your DNS host and replace the current nameservers with the those specified by Cloudfare

![Managing your domain on GoDaddy](/files/-M0TD6hV45YALCpEeNLv)

{% hint style="warning" %}
It will take up to **72 hours** for new nameserver settings to take effect. You can read more about [nameserver settings at the Cloudflare help center](https://support.cloudflare.com/hc/en-us/articles/205195708-Changing-your-domain-nameservers-to-Cloudflare).
{% endhint %}

### Adjusting your DNS management settings

Next, adjust the CNAME records.&#x20;

**Within the DNS settings you will need to delete the A record for the naked domain and add two CNAME records.**

![](/files/-M0TDLA0aWwvZPT3zWdW)

* The first will have the name @ and direct to spaces.nexudus.com

![Nake domain (@) DNS setting](/files/-M0TDSNGa3i_URF73SxA)

* The second will have the name www and direct to spaces.nexudus.com

![www subdomain DNS settings](/files/-M0TDZOjfImXScOrEEQn)

After both CNAME settings are added, you should see these two lines in your CNAME records list.&#x20;

![](/files/-M0TDbrYPH0BqOxmEhcW)

### Configuring your SSL/TSL settings

Next, adjust the SSL/TLS setting so that **Full encryptio**n is selected.

![](/files/-M0TDepcOAvEYG5apGoj)

Then go to Edge Certificates and ensure **Always use HTTPS** is enabled.

![](/files/-M0TDhOqIx0vixa27rmX)

Finally, you will need to create a Page Rule for the HTTPS setting.&#x20;

For the url type <http://yourdomain.com/\\>\* and select **Always Use HTTPS**

![](/files/-M0TDk8Seddv2rtwfwuG)

Click save, and now your site is directed to the correct domain with SSL.

{% hint style="warning" %}
Once you have completed your domain setup, it can take up to **72 hours** for all the changes to take effect.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://legacydocs.nexudus.com/platform/settings/website/setting-up-your-own-domain-on-nexudus/configuring-your-cloudfare-account-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
