nix(forge): drop tracker tag from ROOT_URL comment
Rewrite the ROOT_URL scheme comment as prose without the parenthetical issue reference, which the tracker-tag lint flags in source files.
This commit is contained in:
parent
147fb46cdc
commit
e7a4b33c1e
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ let
|
||||||
# canonical port for the scheme — 80 for http, 443 for https). The
|
# canonical port for the scheme — 80 for http, 443 for https). The
|
||||||
# scheme + port follow what the gateway actually serves: `https` when
|
# scheme + port follow what the gateway actually serves: `https` when
|
||||||
# the gateway terminates TLS (a self-signed cert or an external
|
# the gateway terminates TLS (a self-signed cert or an external
|
||||||
# `tls.certDir`), `http` otherwise (#1724) — advertising `http://` for
|
# `tls.certDir`), `http` otherwise — advertising `http://` for a TLS
|
||||||
# a TLS gateway produces broken clone links + mixed-content redirects.
|
# gateway produces broken clone links + mixed-content redirects.
|
||||||
# When direct (gateway off or `behindGateway = false`), keep the
|
# When direct (gateway off or `behindGateway = false`), keep the
|
||||||
# host:httpPort shape so direct browser access still produces correct
|
# host:httpPort shape so direct browser access still produces correct
|
||||||
# links. Operators can still override via `cfg.rootUrl` for bespoke
|
# links. Operators can still override via `cfg.rootUrl` for bespoke
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue