ONLYOFFICE Docs is a free collaborative online office suite comprising viewers and editors for texts, spreadsheets and presentations, forms and PDF, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
Do you want to request a feature or report a bug?
bug
What is the current behavior?
currently i am trying to bind onlyoffice to a virtual path. Based on: https://github.com/ONLYOFFICE/document-server-proxy/blob/master/nginx/proxy-to-virtual-path.conf I have tried the following:
everything works and is reachable. But the cache ignores the path: http://localhost:8090/cache/files/000000000000/Editor.bin/Editor.bin?md5=**********&expires=1648294397&filename=Editor.bin instead of http://localhost:8090/onlyoffice/cache/files/000000000000/Editor.bin/Editor.bin?md5=**********&expires=1648294397&filename=Editor.bin
same for the printfile path.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
Just use the code above. It should be completely executable except for the problem with Editor.bin
When i add this it works (which of course is not the solution because the /cache path is different from /onlyoffice/cache):
What is the expected behavior?
The cache should also use X-Forwarded-Host.
Did this work in previous versions of DocumentServer?
Not tested
DocumentServer version:
7.0.1
Operating System:
Windows 10
Browser version:
Firefox 98.0b8
More: