mirror of https://gitlab.crans.org/nounous/nixos
add collabora to reverseproxy
parent
c4cb1c6e85
commit
748f30ef96
|
@ -136,6 +136,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