Fixes error on first running the Web.UI because of an invalid config
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
},
|
||||
"KeepAlive": {
|
||||
"DisableKeepAliveTask": false,
|
||||
"KeepAlivePingUrl": "{umbracoApplicationUrl}/api/keepalive/ping"
|
||||
"KeepAlivePingUrl": "~/{umbracoApplicationUrl}/api/keepalive/ping"
|
||||
},
|
||||
"RequestHandler": {
|
||||
"ConvertUrlsToAscii": "try"
|
||||
|
||||
Reference in New Issue
Block a user