bekkalokk/ingress: proxy matrix client well-known file
All checks were successful
Eval nix flake / evals (push) Successful in 11m30s
Eval nix flake / evals (pull_request) Successful in 21m35s

This commit is contained in:
Daniel Lovbrotte Olsen 2023-11-28 05:43:23 +01:00
parent 3fae1f6d4e
commit 44b413f39e

View File

@ -38,6 +38,8 @@
# Redirect everything else to the main website
"/".return = "301 https://www.pvv.ntnu.no$request_uri";
"/.well-known/matrix/client".proxyPass = "https://matrix.pvv.ntnu.no/.well-known/matrix/client";
};
};
};