Adding collabora
This commit is contained in:
parent
fea6d8fb0a
commit
2462658f32
3 changed files with 42 additions and 0 deletions
|
|
@ -46,6 +46,16 @@
|
|||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
||||
# 9980
|
||||
"collabora.lyes.eu" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:${toString config.services.collabora-online.port}";
|
||||
proxyWebsockets = true; # collabora a besoin des websockets
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue