diff options
author | Vincent Ambo <mail@tazj.in> | 2021-05-22T20·55+0200 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-05-22T21·37+0000 |
commit | 780bb86eff397c51d5f48aec7f2520fa35faeb53 (patch) | |
tree | 816e02622941c2580ff1af3422fc6b9c9b748fbc /ops | |
parent | 1fa76e77195816861a22d2e6d4e637fdca82a172 (diff) |
chore: Replace Freenode mentions with HackInt r/2609
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 <lukegb@tvl.fyi> Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'ops')
-rw-r--r-- | ops/modules/www/tvl.fyi.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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"; |