From 7b887035dae5c2ba1d97778e054b020e5ebb2cba Mon Sep 17 00:00:00 2001 From: Alexey Bannov Date: Mon, 20 Jul 2015 15:56:40 +0300 Subject: [PATCH] Update onlyoffice-ssl --- config/nginx/onlyoffice-ssl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/nginx/onlyoffice-ssl b/config/nginx/onlyoffice-ssl index f0c98e4..87cd77e 100644 --- a/config/nginx/onlyoffice-ssl +++ b/config/nginx/onlyoffice-ssl @@ -11,7 +11,7 @@ server { } upstream fastcgi_backend { - server unix:/tmp/fastcgi.socket; + server 127.0.0.1:9001; keepalive 32; } @@ -90,7 +90,7 @@ server { fastcgi_index Default.aspx; fastcgi_keep_conn on; fastcgi_pass fastcgi_backend; - include /var/www/onlyoffice/documentserver/fastcgi_params; + include /etc/onlyoffice/documentserver/fastcgi_params; } location ~ \/OfficeWeb\/(?!sdk\/Fonts\/) {