homepage back up again :)

This commit is contained in:
admin 2024-04-04 13:40:20 +02:00
parent 445dd15c12
commit 49df755c44
3 changed files with 17 additions and 17 deletions

View file

@ -66,14 +66,14 @@ in
# startAt = "*-*-* 01:15:00";
# };
};
# services.onlyoffice = {
# enable = true;
# port = 8123;
# };
# services.nginx.virtualHosts."office.sondell.org" = {
# forceSSL = true;
# enableACME = true;
# locations."/".proxyPass = "http://localhost:8123";
# };
services.onlyoffice = {
enable = true;
port = 8123;
hostname = "office.sondell.org";
};
services.nginx.virtualHosts."office.sondell.org" = {
forceSSL = true;
enableACME = true;
# locations."/".proxyPass = "http://12:8123";
};
}