From 9a3de36522e2c343b3ffc5babddb5f9399a71678 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Tue, 5 Jul 2016 19:30:07 +0300 Subject: [PATCH] Update production-linux.json Added static content settings --- Common/config/production-linux.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Common/config/production-linux.json b/Common/config/production-linux.json index ff2012f1..b89c18ec 100644 --- a/Common/config/production-linux.json +++ b/Common/config/production-linux.json @@ -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" } -} \ No newline at end of file +}