Skip to content

Commit

Permalink
[view] [fix] Switch to using configurable IP #299
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Nov 2, 2017
1 parent ae9f12c commit 562bcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ <h2 class="i18n">Setting Hook Environment Variables</h2>
<a name="domains"></a>
<h2 class="i18n">Setting Custom Domains</h2>
<p class="i18n">Custom domains are a great way to brand the appearance of your service with it's own unique domain name.</p>
<p><span class="i18n">To add a Custom Domain, you will first need to set the domains</span> <code>A record</code> to <code>159.203.77.62</code> ( which is the ip address of {{appName}} ).</p>
<p><span class="i18n">To add a Custom Domain, you will first need to set the domains</span> <code>A record</code> to <code>{{balancerIP}}</code> ( which is the ip address of {{appName}} ).</p>
<p><span class="i18n">After setting the <code>A record</code> in your domain's DNS manager, simply visit:</span> <a href="{{appUrl}}/domains">{{appUrl}}/domains</a> <span class="i18n">to complete the process by mapping any of your Hooks to the Custom Domain.</span></p>
<hr/>

Expand Down

0 comments on commit 562bcb8

Please sign in to comment.