mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 06:30:10 +03:00
123
This commit is contained in:
@@ -120,7 +120,7 @@ in
|
||||
};
|
||||
onlyoffice = {
|
||||
enable = true;
|
||||
hostname = "onlyoffice.local";
|
||||
hostname = "0.0.0.0";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -132,12 +132,9 @@ in
|
||||
"nextcloud.local" = [
|
||||
"nextcloud.zeroq.ru"
|
||||
];
|
||||
"0.0.0.0" = [
|
||||
"onlyoffice.local"
|
||||
];
|
||||
"100.64.0.0:9980" = [
|
||||
"onlyoffice.local"
|
||||
];
|
||||
# "0.0.0.0" = [
|
||||
# "onlyoffice.local"
|
||||
# ];
|
||||
};
|
||||
|
||||
systemd.services.nextcloud-config-collabora =
|
||||
|
||||
@@ -57,11 +57,12 @@ in
|
||||
forceSSL = true;
|
||||
kTLS = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://${server}:9980";
|
||||
proxyPass = "http://${server}:8000";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
extraConfig = ''
|
||||
client_max_body_size 5G;
|
||||
absolute_redirect off;
|
||||
''; # absolute_redirect off;
|
||||
};
|
||||
"immich.zeroq.ru" = {
|
||||
|
||||
Reference in New Issue
Block a user