Commit 5a6e6e55 authored by Kirill Smelkov's avatar Kirill Smelkov

NXD GitLab Nexedi Edition

= GitLab Community Edition + Nexedi patches
parent 3510569e
......@@ -4,7 +4,8 @@ module AppearancesHelper
end
def brand_title
'GitLab Community Edition'
#'GitLab Community Edition'
'GitLab Nexedi Edition'
end
def brand_image
......
......@@ -33,3 +33,4 @@
= link_to "Explore", explore_root_path
= link_to "Help", help_path
= link_to "About GitLab", "https://about.gitlab.com/"
= link_to "About Nexedi", "http://nexedi.com/"
  • Please use http://www.nexedi.com/ instead, because access to nexedi.com will be redirected to www.nexedi.com.

  • @kazuhiko I do not understand. If nexedi.com is redirected to www.nexedi.com we are fine specifying shorter URL, right? And I personally prefer to have shorter URL because they read better by humans.

    Or maybe I'm missing something, could you please clarify?

    /cc @jerome

  • There are (at least) two reasons.

    1. Redirected result is the 'official' url.
    2. domain only URL like nexedi.com cannot have CNAME thus cannot benefit CDN.
    $ host nexedi.com
    nexedi.com has address 176.31.129.213
    nexedi.com mail is handled by 10 mail.tiolive.com.
    $ host www.nexedi.com
    www.nexedi.com is an alias for node.vifib.com.
    node.vifib.com is an alias for node.cdn.vifib.com.
    node.cdn.vifib.com is an alias for eu.web.vifib.com.
    eu.web.vifib.com has address 85.118.38.162
    eu.web.vifib.com has address 176.31.129.213
  • Ok, I see:

    8d922ec3
    5d6b7eba

    those fixups will be squashed in when we will be rebasing our patches on top of upstream 8.6 .

    Hope this is ok and thanks,
    Kirill

Please register or sign in to reply
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment