server: services: onlyoffice changes
This commit is contained in:
parent
255c8ca4d0
commit
fd09e597c1
@ -72,9 +72,12 @@
|
|||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
};
|
};
|
||||||
"${config.services.onlyoffice.hostname}".listen = [ {
|
"${config.services.onlyoffice.hostname}" = {
|
||||||
addr = "127.0.0.1"; port = 8080;
|
enableACME = true;
|
||||||
} ];
|
forceSSL = true;
|
||||||
|
listen = [ { addr = "127.0.0.1"; port = 8080; } ];
|
||||||
|
locations."/".proxyPass = "127.0.0.1:8000";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user