Update onlyoffice-ssl
This commit is contained in:
parent
a8e36b1d15
commit
7b887035da
@ -11,7 +11,7 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
upstream fastcgi_backend {
|
upstream fastcgi_backend {
|
||||||
server unix:/tmp/fastcgi.socket;
|
server 127.0.0.1:9001;
|
||||||
keepalive 32;
|
keepalive 32;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -90,7 +90,7 @@ server {
|
|||||||
fastcgi_index Default.aspx;
|
fastcgi_index Default.aspx;
|
||||||
fastcgi_keep_conn on;
|
fastcgi_keep_conn on;
|
||||||
fastcgi_pass fastcgi_backend;
|
fastcgi_pass fastcgi_backend;
|
||||||
include /var/www/onlyoffice/documentserver/fastcgi_params;
|
include /etc/onlyoffice/documentserver/fastcgi_params;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ \/OfficeWeb\/(?!sdk\/Fonts\/) {
|
location ~ \/OfficeWeb\/(?!sdk\/Fonts\/) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user