Remove use of config.fqdn

This commit is contained in:
Girish Ramakrishnan
2018-01-29 14:35:47 -08:00
parent f850235b3a
commit f3b53a22f5
5 changed files with 7 additions and 13 deletions

View File

@@ -43,7 +43,7 @@
</p>
<p class="text-center" ng-show="!appConfigure.usingAltDomain && appConfigure.location && dnsConfig.provider === 'manual' && !dnsConfig.wildcard">
<b>Do not forget to add an A record for {{ appConfigure.location }}.{{ config.fqdn }}</b>
<b>Add an A record manually for {{ appConfigure.location }} to this Cloudron's public IP</b>
<br>
</p>