Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 2023 17:50:53 GMT
From:      Pau Amma <pauamma@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 14a267f652 - main - Make "which subdomains" comment reflect current code and future-proof it
Message-ID:  <202302221750.31MHormK012506@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pauamma:

URL: https://cgit.FreeBSD.org/doc/commit/?id=14a267f652a6164d1d8c453ce19424ad7f324b49

commit 14a267f652a6164d1d8c453ce19424ad7f324b49
Author:     Pau Amma <pauamma@FreeBSD.org>
AuthorDate: 2023-02-22 02:09:15 +0000
Commit:     Pau Amma <pauamma@FreeBSD.org>
CommitDate: 2023-02-22 17:47:45 +0000

    Make "which subdomains" comment reflect current code and future-proof it
    
    Discussed with dbaio.
    
    Reviewed by:    dbaio, carlavilla
    Approved by:    carlavilla (mentor)
    Differential Revision: https://reviews.freebsd.org/D38720
---
 website/content/en/cgi/cgi-style.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/content/en/cgi/cgi-style.pl b/website/content/en/cgi/cgi-style.pl
index 5bf069fde6..83d200cecc 100644
--- a/website/content/en/cgi/cgi-style.pl
+++ b/website/content/en/cgi/cgi-style.pl
@@ -12,7 +12,7 @@ if (!defined($hsty_base)) {
     # $hsty_base should be relative if possible, so that mirrors
     # serve their local copy instead of going to the main site.
     # However, if we aren't running as a cgi, or if we're
-    # running on cgi, hub, docs or people, use the absolute home path.
+    # running on one of the subdomains listed below, use the absolute home path.
     if (!defined($ENV{'HTTP_HOST'}) ||
 	$ENV{'HTTP_HOST'} =~ /(docs|docs-archive|mail-archive|man|man-dev|people|ports).freebsd.org/i) {
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302221750.31MHormK012506>