Need help with this connection 0%

Thanks ,I got this docker log:

wsd-00001-00058 2025-04-10 07:35:10.063416 +0000 [ docbroker_006 ] WRN  #34: Unassociated Kit (49) disconnected unexpectedly| wsd/COOLWSD.cpp:2924
wsd-00001-00058 2025-04-10 07:35:10.063450 +0000 [ docbroker_006 ] WRN  #34: Unknown Kit process closed with pid -1| wsd/COOLWSD.cpp:2935
frk-00020-00020 2025-04-10 07:35:10.063583 +0000 [ forkit ] WRN  Child 49 was killed, with status 9| kit/ForKit.cpp:347
frk-00020-00020 2025-04-10 07:35:10.063641 +0000 [ forkit ] WRN  Successfully sent 'segfaultcount' message segfaultcount=0 killedcount=1 oomkilledcount=0
| kit/ForKit.cpp:409
frk-00020-00020 2025-04-10 07:35:11.266387 +0000 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.| common/JailUtil.cpp:587

and here‘s my nginx config(I hide my domain):

worker_processes  1;
events {
    worker_connections  1024;
}
http {

    sendfile        on;
     
    keepalive_timeout  65;
    server {
 listen       443 ssl;
 server_name  test-collabora.mydomain.com;


 ssl_certificate /etc/coolwsd/cert.pem;
 ssl_certificate_key /etc/coolwsd/key.pem;
# according:https://sdk.collaboraonline.com/docs/installation/Proxy_settings.html#reverse-proxy-settings-in-nginx-config-ssl-termination

}
}

on web page ,I also see many js error ,but also on http page: