From 780bb86eff397c51d5f48aec7f2520fa35faeb53 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 22 May 2021 22:55:41 +0200 Subject: chore: Replace Freenode mentions with HackInt This doesn't replace all of them in the repo, but at least the ones that are relevant to our move. Change-Id: I842e7594b4c16af30d880272417874f6b29afd22 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3134 Tested-by: BuildkiteCI Reviewed-by: lukegb Reviewed-by: grfn --- ops/modules/www/tvl.fyi.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ops/modules/www/tvl.fyi.nix') diff --git a/ops/modules/www/tvl.fyi.nix b/ops/modules/www/tvl.fyi.nix index 45fd35803de7..cea29adbe05f 100644 --- a/ops/modules/www/tvl.fyi.nix +++ b/ops/modules/www/tvl.fyi.nix @@ -19,7 +19,8 @@ rewrite ^/monorepo-doc/?$ https://docs.google.com/document/d/1nnyByXcH0F6GOmEezNOUa2RFelpeRpDToBLYD_CtjWE/edit?usp=sharing last; - rewrite ^/irc/?$ ircs://chat.freenode.net:6697/##tvl last; + rewrite ^/irc/?$ ircs://irc.hackint.org:6697/#tvl last; + rewrite ^/webchat/?$ https://webirc.hackint.org/#ircs://irc.hackint.org/#tvl last; location ~* \.(webp|woff2)$ { add_header Cache-Control "public, max-age=31536000"; -- cgit 1.4.1