2012-02-04 9 views

答えて

2

Herokuのは... nodejitsuまたはnodesterについて、

http://devcenter.heroku.com/articles/custom-domains

+1

ありがとうございます、私はすでにチェックしており、どちらもカス​​タムドメインをサポートしています。 Nodejitsu:http://dns.nodejitsu.com/、nodester:http://blog.nodester.com/post/3254776172/custom-domains-now-supported-on-nodester – lukin

0

nodejitsuサポートカスタマイズしたドメインを確認はしません。ここでhttps://www.nodejitsu.com/documentation/features/dns/

  • package.json

    "domains": [ 
        "myawesomedomain.com", 
        "www.myawesomedomain.com" 
    ], 
    
  • domainsプロパティを追加しjit.suするCNAMEレコード・ポイントを設定しnodejitsu

    • にカスタムドメインを設定するために、より容易なステップである参照してください。
    関連する問題