re-enabled synapse admin after fix
This commit is contained in:
parent
c18ef4a3f8
commit
66c6983864
3 changed files with 12 additions and 11 deletions
|
@ -94,11 +94,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.olympus:8001";
|
||||
|
||||
# Kubernetes endpoints
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue