Update dependencies
This commit is contained in:
parent
220421c5df
commit
a92c58cda6
5 changed files with 43 additions and 94 deletions
|
@ -67,14 +67,17 @@
|
|||
{
|
||||
fqdn = "vanpetegem.me";
|
||||
options = {
|
||||
locations = let matrixRedirect = {
|
||||
proxyPass = "http://127.0.0.1:8448";
|
||||
extraConfig = ''
|
||||
proxy_read_timeout 600;
|
||||
client_max_body_size 10M;
|
||||
proxy_set_header X-Forwarded-Ssl on;
|
||||
'';
|
||||
}; in
|
||||
locations =
|
||||
let
|
||||
matrixRedirect = {
|
||||
proxyPass = "http://127.0.0.1:8448";
|
||||
extraConfig = ''
|
||||
proxy_read_timeout 600;
|
||||
client_max_body_size 10M;
|
||||
proxy_set_header X-Forwarded-Ssl on;
|
||||
'';
|
||||
};
|
||||
in
|
||||
{
|
||||
"/_matrix" = matrixRedirect;
|
||||
"/.well-known/matrix" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue