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