nixos/onlyoffice: fix nginx syntax error (#444037)

This commit is contained in:
xanderio
2025-09-28 06:44:15 +00:00
committed by GitHub
@@ -145,7 +145,7 @@ in
'';
"~* ^(\\/cache\\/files.*)(\\/.*)".extraConfig = ''
alias /var/lib/onlyoffice/documentserver/App_Data$1;
more_set_headers Content-Disposition "attachment; filename*=UTF-8''$arg_filename";
more_set_headers "Content-Disposition: attachment; filename*=UTF-8''$arg_filename";
set $secure_link_secret verysecretstring;
secure_link $arg_md5,$arg_expires;