From e92b03119a1da83095e44e49ed879c1ff0808a0e Mon Sep 17 00:00:00 2001 From: Alexey Bannov Date: Thu, 28 May 2015 13:39:10 +0000 Subject: [PATCH] Update onlyoffice-ssl --- config/nginx/onlyoffice-ssl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/nginx/onlyoffice-ssl b/config/nginx/onlyoffice-ssl index 215c333..f0c98e4 100644 --- a/config/nginx/onlyoffice-ssl +++ b/config/nginx/onlyoffice-ssl @@ -11,7 +11,7 @@ server { } upstream fastcgi_backend { - server 127.0.0.1:9001; + server unix:/tmp/fastcgi.socket; keepalive 32; } @@ -93,6 +93,10 @@ server { include /var/www/onlyoffice/documentserver/fastcgi_params; } + location ~ \/OfficeWeb\/(?!sdk\/Fonts\/) { + root /var/www/onlyoffice/documentserver/DocService; + } + location /coauthoring/ { proxy_pass http://localhost:8000/; proxy_http_version 1.1;