<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gandi Archives | Clever Cloud</title>
	<atom:link href="https://www.clever.cloud/blog/tag/gandi/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.clever.cloud/blog/tag/gandi/</link>
	<description>From Code to Product</description>
	<lastBuildDate>Tue, 05 Mar 2019 15:17:00 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://cdn.clever-cloud.com/uploads/2023/03/cropped-cropped-favicon-32x32.png</url>
	<title>gandi Archives | Clever Cloud</title>
	<link>https://www.clever.cloud/blog/tag/gandi/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Link your Gandi domain to your Clever Cloud app</title>
		<link>https://www.clever.cloud/blog/features/2019/03/05/gandi-domain-on-clever-cloud/</link>
		
		<dc:creator><![CDATA[Valeriane Venance]]></dc:creator>
		<pubDate>Tue, 05 Mar 2019 15:17:00 +0000</pubDate>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[CNAME]]></category>
		<category><![CDATA[domain name]]></category>
		<category><![CDATA[gandi]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[setup]]></category>
		<guid isPermaLink="false">https://www2.cleverapps.io/wp/blog/technology/2019/03/05/gandi-domain-on-clever-cloud/</guid>

					<description><![CDATA[<p><img width="1920" height="603" src="https://cdn.clever-cloud.com/uploads/2021/08/banner-gandi-clever-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="banner gandi clever 1" decoding="async" fetchpriority="high" srcset="https://cdn.clever-cloud.com/uploads/2021/08/banner-gandi-clever-1.jpg 1920w, https://cdn.clever-cloud.com/uploads/2021/08/banner-gandi-clever-1-300x94.jpg 300w, https://cdn.clever-cloud.com/uploads/2021/08/banner-gandi-clever-1-1024x322.jpg 1024w, https://cdn.clever-cloud.com/uploads/2021/08/banner-gandi-clever-1-768x241.jpg 768w, https://cdn.clever-cloud.com/uploads/2021/08/banner-gandi-clever-1-1536x482.jpg 1536w, https://cdn.clever-cloud.com/uploads/2021/08/banner-gandi-clever-1-1368x430.jpg 1368w" sizes="(max-width: 1920px) 100vw, 1920px" /></p><p>In today&#39;s article I show you how to simply link the domain name you bought on Gandi to your Clever Cloud application.</p>
<span id="more-2954"></span>

<p>This means you already have your domain(s) on <a href="https://www.gandi.net/" rel="noopener noreferrer" target="_blank">Gandi</a> and your application running on <a href="https://console.clever-cloud.com/" rel="noopener noreferrer" target="_blank">Clever Cloud</a>.</p>
<p>In this example I show a simple setup for the <code>www.</code> prefix. It works in all basic use cases. It works the same for other prefixes you would like to use as <code>api.</code> or so, just don&#39;t redirect naked domain (Gandi setup Part2) to <code>api.</code> unless you have reasons to do so. </p>
<h2 id="clever-cloud-setup">Clever Cloud setup:</h2>
<p>From <a href="https://console.clever-cloud.com/" rel="noopener noreferrer" target="_blank">your Clever Cloud console</a> select in the left menu panel the right organization and application.</p>
<p>Under the <strong>Domain names</strong> panel of your application, in the <strong>Custom domain names</strong> section, add all the domain names you bought for your app prefixed with <code>www.</code> (Fig 1) .</p>
<figure>
  <img data-action="zoom"  alt="domain name configuration example on clever cloud" src="https://cdn.clever-cloud.com/uploads/2021/08/custom-domain-names.png"/>
  <figcaption>Fig 1</figcaption>
</figure>

<p>You can link one or many domain names by simply adding each here.</p>
<p>That&#39;s it with the Clever Cloud configuration, just notice under the <strong>Configure your DNS</strong> section where you should make your CNAME records: 
<code>domain.par.clever-cloud.com.</code>  for an app hosted in Paris or <code>domain.mtl.clever-cloud.com.</code> for Montreal.</p>
<h2 id="gandi-setup">Gandi setup:</h2>
<p>Connect to your gandi account.</p>
<p>From the left bar menu select <strong>DOMAIN</strong>.</p>
<p>On the domain name list, the domain names are displayed <strong>without</strong> being prefixed by <code>www.</code>. Select the first domain name you added to Clever Cloud.</p>
<figure>
  <img data-action="zoom"  alt="domain name configuration example on clever cloud" src="https://cdn.clever-cloud.com/uploads/2021/08/gandi-domain-menu.png"/>
  <figcaption>Fig 2</figcaption>
</figure>

<h3 id="part-1">Part 1</h3>
<p>On the top menu (Fig 2) select <strong>DNS Records</strong> and click on the <strong>Add</strong> button on the top right.</p>
<p>You will be asked to select a type, pick CNAME</p>
<p>New form fields will appear.</p>
<p>Select the <a href="https://en.wikipedia.org/wiki/Time_to_live#DNS_records" rel="noopener noreferrer" target="_blank">TTL</a> you want. Add <code>www</code> to <strong>Name</strong> field. Fill <strong>Hostname</strong> field with <code>domain.par.clever-cloud.com.</code> or <code>domain.mtl.clever-cloud.com.</code> depending on where your application is.</p>
<p>Validate by clicking the <strong>Create</strong> button.</p>
<h3 id="part-2">Part 2</h3>
<p>On the top menu (Fig 2) select <strong>Web forwarding</strong> and click on the <strong>Create</strong> button on the top right.</p>
<p>Under the <strong>Address</strong> section of this form, leave the text field blank. If you have ssl certificates select http, https or both in the left drop down menu.</p>
<p>Under <strong>Address to forward to</strong> select http or https and add your domain name prefixed with <code>www.</code> e.g. <code>www.my-amewome-website.io</code></p>
<p>Leave Permanent selected under <strong>Type of web forwarding</strong> unless you have a good reason to do otherwise.</p>
<p>Click on <strong>Create</strong> to finish the setup.</p>
<p>Your new DNS configuration will be propagated between a few hours to maximum 72 hours.</p>
]]></description>
										<content:encoded><![CDATA[<p><img width="1920" height="603" src="https://cdn.clever-cloud.com/uploads/2021/08/banner-gandi-clever-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="banner gandi clever 1" decoding="async" srcset="https://cdn.clever-cloud.com/uploads/2021/08/banner-gandi-clever-1.jpg 1920w, https://cdn.clever-cloud.com/uploads/2021/08/banner-gandi-clever-1-300x94.jpg 300w, https://cdn.clever-cloud.com/uploads/2021/08/banner-gandi-clever-1-1024x322.jpg 1024w, https://cdn.clever-cloud.com/uploads/2021/08/banner-gandi-clever-1-768x241.jpg 768w, https://cdn.clever-cloud.com/uploads/2021/08/banner-gandi-clever-1-1536x482.jpg 1536w, https://cdn.clever-cloud.com/uploads/2021/08/banner-gandi-clever-1-1368x430.jpg 1368w" sizes="(max-width: 1920px) 100vw, 1920px" /></p><p>In today&#39;s article I show you how to simply link the domain name you bought on Gandi to your Clever Cloud application.</p>
<span id="more-2954"></span>

<p>This means you already have your domain(s) on <a href="https://www.gandi.net/" rel="noopener noreferrer" target="_blank">Gandi</a> and your application running on <a href="https://console.clever-cloud.com/" rel="noopener noreferrer" target="_blank">Clever Cloud</a>.</p>
<p>In this example I show a simple setup for the <code>www.</code> prefix. It works in all basic use cases. It works the same for other prefixes you would like to use as <code>api.</code> or so, just don&#39;t redirect naked domain (Gandi setup Part2) to <code>api.</code> unless you have reasons to do so. </p>
<h2 id="clever-cloud-setup">Clever Cloud setup:</h2>
<p>From <a href="https://console.clever-cloud.com/" rel="noopener noreferrer" target="_blank">your Clever Cloud console</a> select in the left menu panel the right organization and application.</p>
<p>Under the <strong>Domain names</strong> panel of your application, in the <strong>Custom domain names</strong> section, add all the domain names you bought for your app prefixed with <code>www.</code> (Fig 1) .</p>
<figure>
  <img data-action="zoom"  alt="domain name configuration example on clever cloud" src="https://cdn.clever-cloud.com/uploads/2021/08/custom-domain-names.png"/>
  <figcaption>Fig 1</figcaption>
</figure>

<p>You can link one or many domain names by simply adding each here.</p>
<p>That&#39;s it with the Clever Cloud configuration, just notice under the <strong>Configure your DNS</strong> section where you should make your CNAME records: 
<code>domain.par.clever-cloud.com.</code>  for an app hosted in Paris or <code>domain.mtl.clever-cloud.com.</code> for Montreal.</p>
<h2 id="gandi-setup">Gandi setup:</h2>
<p>Connect to your gandi account.</p>
<p>From the left bar menu select <strong>DOMAIN</strong>.</p>
<p>On the domain name list, the domain names are displayed <strong>without</strong> being prefixed by <code>www.</code>. Select the first domain name you added to Clever Cloud.</p>
<figure>
  <img data-action="zoom"  alt="domain name configuration example on clever cloud" src="https://cdn.clever-cloud.com/uploads/2021/08/gandi-domain-menu.png"/>
  <figcaption>Fig 2</figcaption>
</figure>

<h3 id="part-1">Part 1</h3>
<p>On the top menu (Fig 2) select <strong>DNS Records</strong> and click on the <strong>Add</strong> button on the top right.</p>
<p>You will be asked to select a type, pick CNAME</p>
<p>New form fields will appear.</p>
<p>Select the <a href="https://en.wikipedia.org/wiki/Time_to_live#DNS_records" rel="noopener noreferrer" target="_blank">TTL</a> you want. Add <code>www</code> to <strong>Name</strong> field. Fill <strong>Hostname</strong> field with <code>domain.par.clever-cloud.com.</code> or <code>domain.mtl.clever-cloud.com.</code> depending on where your application is.</p>
<p>Validate by clicking the <strong>Create</strong> button.</p>
<h3 id="part-2">Part 2</h3>
<p>On the top menu (Fig 2) select <strong>Web forwarding</strong> and click on the <strong>Create</strong> button on the top right.</p>
<p>Under the <strong>Address</strong> section of this form, leave the text field blank. If you have ssl certificates select http, https or both in the left drop down menu.</p>
<p>Under <strong>Address to forward to</strong> select http or https and add your domain name prefixed with <code>www.</code> e.g. <code>www.my-amewome-website.io</code></p>
<p>Leave Permanent selected under <strong>Type of web forwarding</strong> unless you have a good reason to do otherwise.</p>
<p>Click on <strong>Create</strong> to finish the setup.</p>
<p>Your new DNS configuration will be propagated between a few hours to maximum 72 hours.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
