server {
listen 443 ssl http2; # we enable HTTP/2 here (previously SPDY)
server_name wiki.XXX.de; # this domain must match Common Name (CN) in the SSL certificate
ssl_certificate /etc/nginx/ssl/STAR_XXX_de.pem;
ssl_certificate_key /etc/nginx/ssl/STAR_XXX_de.pem;
# If your application is not compatible with IE <= 10, this will redirect visitors to a page advising a browser update
# This works because IE 11 does not present itself as MSIE anymore
if ($http_user_agent ~ "MSIE" ) {
return 303 https://browser-update.org/update.html;
}
This bug has been fixed in 10.11 which will be released in about a week.
In the meantime this shows that you wiki descriptor is wrong (which among other things means that things like mails generated by this wiki will contain wrong URLs too). You should take a look at https://mydomain/xwiki/bin/view/XWiki/XWikiServerXwiki and make sure it contains the right alias (domain).
You should take a look at the actual HTML in the panel because in 10.11 the URL is relative (i.e. you only have /xwiki/bin/view/Sandbox/). The bug I was talking about is the fact that the URL was absolute which was not needed since it was linking to the same wiki. You can see that in https://tuska.myxwiki.org/xwiki/bin/view/Main/WebHome for example.
Appplications now shows now the correct link i don´t know why because i don´t did anything over the holidays… Possible a cache thing with firefox. Thanks for assistance.
But the second thing with the worng text in E-Mails still happend:
thought you might be interested in the document [Home] on [127.0.0.1].
but the link himself is correct, with domainname if you click on it. Where can I put the correct name?
This one sounds like a bug. What kind of mail are you talking about exactly ? Notifications ? You should probably create an issue on Loading... with the detail of your setup.