ingress-proxy: fix
This commit is contained in:
parent
7224107e28
commit
8f7c54cb0f
1 changed files with 3 additions and 2 deletions
|
@ -48,10 +48,11 @@ in {
|
|||
merge_slashes off;
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
# Generic store for /.well-known/ paths.
|
||||
"well-known.sapphic.engineer" = {
|
||||
forceSSL = true;
|
||||
serverAliases = [ "sapphic.engineer" ];
|
||||
forceSSL = false;
|
||||
enableACME = true;
|
||||
|
||||
locations."=/.well-known/matrix/server" = let
|
||||
|
|
Loading…
Add table
Reference in a new issue