ONLYOFFICE DocumentServer: Difference between revisions

Onny (talk | contribs)
Adapt alternative Caddy config
Raboof (talk | contribs)
Add jwtSecretFile to the minimal example, as it's mandatory from version 7.2 onwards
Line 9: Line 9:
   enable = true;
   enable = true;
   hostname = "localhost";
   hostname = "localhost";
  jwtSecretFile = config.age.secrets.onlyoffice-jwt.path;
};
};
</nowiki>}}
</nowiki>}}