mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
Update production-linux.json
Added static content settings
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user