Hi,
When onlyoffice is opening there are somo javascript files loaded from the document server, example "{host}/2017-02-03-11-13/fonts/odttf/ef3g1amcm7bg65drf348e3o.js"
These files have 'expires' header before current time so they are always downloaded, i would like to cache this files.
First, i'm having trouble location these files, i'd appreciate if you could provide their default location
Second, i'd like to add a rule to nginx so javascript files and other static content are cached by the user browser.
Can you help?
Thanks in advance