heroku.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 07 Feb 2023 00:39:25 +0200
changeset 2554 c83fb8d3809f
parent 2478 2bf9b2739ecb
permissions -rw-r--r--
Removed unrelated data.


========
 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?