heroku.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 17 Mar 2022 15:53:10 +0200 (2022-03-17)
changeset 2518 2c9ff9ccc87d
parent 2478 2bf9b2739ecb
permissions -rw-r--r--
NetworkService Account.

========
 Heroku
========

Docs
====

https://devcenter.heroku.com/articles/http-routing
  HTTP Routing.
https://devcenter.heroku.com/articles/logging
  Logging.

To log over the default 100 lines::

  heroku logs --app $NAME -n 2000

Custom DNS
==========

https://help.heroku.com/VKRNVVF5/what-is-the-correct-dns-cname-target-for-my-custom-domains
  What is the correct DNS CNAME target for my Custom Domains?