Hi!
I have next error after changing dns-name for xwiki server:
All links in email-notification contains ip-address like
http://x.x.x.x/(not like
http://xwiki-dns-name)
Before changes all work fine and link was shown like
http://xwiki-dns-name
How i can fix it?
I have found template for email-notification letters, it contains next
function to getURL:
$event.getUrl()
Then i checked resolving new dns-name from server console - it works good.
where must i update dns-name for xwiki ?