Update onlyoffice-ssl
This commit is contained in:
parent
94cb898356
commit
e92b03119a
@ -11,7 +11,7 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
upstream fastcgi_backend {
|
upstream fastcgi_backend {
|
||||||
server 127.0.0.1:9001;
|
server unix:/tmp/fastcgi.socket;
|
||||||
keepalive 32;
|
keepalive 32;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -93,6 +93,10 @@ server {
|
|||||||
include /var/www/onlyoffice/documentserver/fastcgi_params;
|
include /var/www/onlyoffice/documentserver/fastcgi_params;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location ~ \/OfficeWeb\/(?!sdk\/Fonts\/) {
|
||||||
|
root /var/www/onlyoffice/documentserver/DocService;
|
||||||
|
}
|
||||||
|
|
||||||
location /coauthoring/ {
|
location /coauthoring/ {
|
||||||
proxy_pass http://localhost:8000/;
|
proxy_pass http://localhost:8000/;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user