fix
This commit is contained in:
parent
739cf7abc8
commit
0fe7c1a082
1 changed files with 4 additions and 4 deletions
|
@ -20,8 +20,8 @@ in {
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
# Matrix (main)
|
# Matrix (main)
|
||||||
"mx.sapphic.engineer" = {
|
"mx.sapphic.engineer" = {
|
||||||
forceSSL = true;
|
#forceSSL = true;
|
||||||
enableACME = true;
|
#enableACME = true;
|
||||||
|
|
||||||
listen = [
|
listen = [
|
||||||
{ addr = "0.0.0.0"; port = 443; ssl = true; }
|
{ addr = "0.0.0.0"; port = 443; ssl = true; }
|
||||||
|
@ -46,8 +46,8 @@ in {
|
||||||
|
|
||||||
# Generic store for /.well-known/ paths.
|
# Generic store for /.well-known/ paths.
|
||||||
"well-known.sapphic.engineer" = {
|
"well-known.sapphic.engineer" = {
|
||||||
forceSSL = true;
|
#forceSSL = true;
|
||||||
enableACME = true;
|
#enableACME = true;
|
||||||
|
|
||||||
locations."=/.well-known/matrix/server" = let
|
locations."=/.well-known/matrix/server" = let
|
||||||
alias = pkgs.writeText "well-known-matrix-server" (builtins.toJSON {
|
alias = pkgs.writeText "well-known-matrix-server" (builtins.toJSON {
|
||||||
|
|
Loading…
Add table
Reference in a new issue