cleanup
This commit is contained in:
parent
5f7cb33867
commit
4ec7f2f88c
|
@ -140,9 +140,9 @@ in {
|
||||||
hostname = "office.sondell.org";
|
hostname = "office.sondell.org";
|
||||||
jwtSecretFile = "/etc/nixos/.secrets/onlyoffice.jwt";
|
jwtSecretFile = "/etc/nixos/.secrets/onlyoffice.jwt";
|
||||||
};
|
};
|
||||||
# services.nginx.virtualHosts."office.sondell.org" = {
|
services.nginx.virtualHosts."office.sondell.org" = {
|
||||||
# forceSSL = true;
|
# forceSSL = true;
|
||||||
# enableACME = true;
|
# enableACME = true;
|
||||||
# # locations."/".proxyPass = "http://12:8123";
|
# locations."/".proxyPass = "http://localhost:8123";
|
||||||
# };
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue