Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 625 Bytes

keepalivesettings.md

File metadata and controls

26 lines (19 loc) · 625 Bytes
description
Information on the keep alive settings section

Keep alive settings

Allows you to configure the keep alive service of Umbraco. A keep alive section fully populated with default values can be seen here:

"Umbraco": {
  "CMS": {
    "KeepAlive": {
      "DisableKeepAliveTask": false,
      "KeepAlivePingUrl": "~/api/keepalive/ping"
    }
  }
}

Disable keep alive task

Allows you to disable the keep alive http calls.

Keep alive ping URL

If you want to change the URL you need to call to keep the site alive, update this property. The URL should not contain a trailing slash.