MyNixOS website logo
option

services.onlyoffice.securityNonceFile

File holding nginx configuration that sets the nonce used to create secret links.

Example:

set $secure_link_secret "changeme";

This file must be readable both by nginx and by the onlyoffice documentserver. Since nginx is added to the onlyoffice group, you may want to make the file readable to the onlyoffice group.

NOTE: The file must be a valid nginx configuration file. The secret must not contain $ characters, as they will be interpreted as variables by nginx.

Declarations
Type
string
Example
"/run/keys/onlyoffice-nginx-nonce.conf"