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