fix(monorepo-gerrit): Explicitly set gerrit.docUrl
This prevents a request that takes >1s on each page load. Change-Id: Ic91bb602e3059b1f17681aa468739bb0a103f8cf Reviewed-on: https://cl.tvl.fyi/c/depot/+/1003 Tested-by: BuildkiteCI Reviewed-by: isomer <isomer@tvl.fyi>
This commit is contained in:
parent
b65575fc31
commit
a8c77b9c2a
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ in {
|
|||
# Configures gerrit for being reverse-proxied by nginx as per
|
||||
# https://gerrit-review.googlesource.com/Documentation/config-reverseproxy.html
|
||||
gerrit.canonicalWebUrl = "https://cl.tvl.fyi";
|
||||
gerrit.docUrl = "/Documentation";
|
||||
httpd.listenUrl = "proxy-https://${cfg.listenAddress}";
|
||||
|
||||
download.command = [
|
||||
|
|
Loading…
Reference in a new issue