Fix collabora startup
This commit is contained in:
parent
7d4d164738
commit
70217bea24
1 changed files with 4 additions and 3 deletions
|
@ -17,9 +17,10 @@ in {
|
|||
ssl.enable = false;
|
||||
ssl.termination = true;
|
||||
net = {
|
||||
proto= "IPv4";
|
||||
listen = "0.0.0.0";
|
||||
post_allow = [ "192.168.1.0/24" ];
|
||||
lok_allow = [ "192.168.1.0/24" ];
|
||||
post_allow.host = [ ''192\.168\.1\.[0-9]{1,3}'' ];
|
||||
lok_allow.host = [ ''192\.168\.1\.[0-9]{1,3}'' ];
|
||||
};
|
||||
storage.wopi = {
|
||||
"@allow" = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue