mirror of
https://github.com/ONLYOFFICE/Docker-DocumentServer.git
synced 2026-02-10 20:45:40 +08:00
Update onlyoffice-ssl
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user