Update production-linux.json

Added static content settings
This commit is contained in:
Alexey Golubev
2016-07-05 19:30:07 +03:00
committed by GitHub
parent e3f2eb45c2
commit 9a3de36522

View File

@ -12,7 +12,17 @@
"services": {
"CoAuthoring": {
"server": {
"sockjsUrl": "/web-apps/vendor/sockjs/sockjs.min.js"
"sockjsUrl": "/web-apps/vendor/sockjs/sockjs.min.js",
"static_content": [
{
"name": "/sdkjs",
"path": "/var/www/onlyoffice/documentserver/sdkjs"
},
{
"name": "/web-apps",
"path": "/var/www/onlyoffice/documentserver/web-apps"
}
]
},
"utils": {
"utils_common_fontdir": "/usr/share/fonts"
@ -33,4 +43,4 @@
"FileStorage": {
"directory": "/var/lib/onlyoffice/documentserver/App_Data"
}
}
}