mirror of https://gitlab.crans.org/nounous/nixos
add collabora to reverseproxy
parent
998c6c590e
commit
0297fbc472
|
@ -153,6 +153,9 @@ in {
|
|||
reverseProxy = {
|
||||
enable = true;
|
||||
virtualHosts = {
|
||||
"collabora" = {
|
||||
target = "172.16.10.149";
|
||||
};
|
||||
"eclat" = {
|
||||
anubisConfig = "${anubisMirror}";
|
||||
httpOnly = true;
|
||||
|
|
Loading…
Reference in New Issue