ingress-proxy: fix
This commit is contained in:
parent
7224107e28
commit
8f7c54cb0f
1 changed files with 3 additions and 2 deletions
|
@ -51,7 +51,8 @@ in {
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue