disable synapse admin (until fixed)
This commit is contained in:
parent
15b41a1b9e
commit
4a3a30f943
1 changed files with 5 additions and 5 deletions
|
@ -90,11 +90,11 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
virtualHosts."admin.chat.meowy.tech" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
root = pkgs.synapse-admin;
|
||||
};
|
||||
#virtualHosts."admin.chat.meowy.tech" = {
|
||||
# enableACME = true;
|
||||
# forceSSL = true;
|
||||
# root = pkgs.synapse-admin;
|
||||
#};
|
||||
virtualHosts."books.meowy.tech" = proxy "http://bookwyrm:8001";
|
||||
|
||||
# Kubernetes endpoints
|
||||
|
|
Loading…
Add table
Reference in a new issue