fix(etna): add old keys to dendrite and delegate ssl to vesuvio
This commit is contained in:
parent
e5ea6401fe
commit
dfb0ce2f2e
2 changed files with 38 additions and 4 deletions
|
@ -24,5 +24,15 @@
|
|||
send_timeout 600s;
|
||||
'';
|
||||
};
|
||||
|
||||
# dendrite
|
||||
"m.uku.moe" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://etna:80";
|
||||
recommendedProxySettings = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue