nixos: services: matrix: fix out-dated comments
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2025-08-06 15:37:08 +00:00
parent b1c9279c63
commit 17ceaa5620

View file

@ -142,7 +142,7 @@ in
locations = { locations = {
# Or do a redirect instead of the 404, or whatever is appropriate # Or do a redirect instead of the 404, or whatever is appropriate
# for you. But do not put a Matrix Web client here! See the # for you. But do not put a Matrix Web client here! See the
# Element web section below. # Element web section above.
"/".return = "404"; "/".return = "404";
"/_matrix".proxyPass = "http://[::1]:${toString cfg.port}"; "/_matrix".proxyPass = "http://[::1]:${toString cfg.port}";
@ -168,7 +168,7 @@ in
}; };
}; };
# Those are too complicated to use my wrapper... # Setup well-known locations
services.nginx.virtualHosts = { services.nginx.virtualHosts = {
"${domain}" = { "${domain}" = {
forceSSL = true; forceSSL = true;