ingress-proxy: fix

This commit is contained in:
41666 2023-12-29 21:59:53 -05:00
parent 7224107e28
commit 8f7c54cb0f

View file

@ -48,10 +48,11 @@ in {
merge_slashes off; merge_slashes off;
''; '';
}; };
# Generic store for /.well-known/ paths. # Generic store for /.well-known/ paths.
"well-known.sapphic.engineer" = { "well-known.sapphic.engineer" = {
forceSSL = true; serverAliases = [ "sapphic.engineer" ];
forceSSL = false;
enableACME = true; enableACME = true;
locations."=/.well-known/matrix/server" = let locations."=/.well-known/matrix/server" = let