Seafile docker stopped working, Nginx errors though only using http

I noticed that my Seafile today is not accessible. Agents are not syncing, and the web portal giving me a 502 bad gateway error. Looking at the docker logs I have what is shown below. I noticed a lot of NGINX errors though my Seafile is configured for HTTP access and not HTTPS internally since I use a NGINX proxy manger separately for external access so I’m not sure why that is coming up here. Any suggestions how to troubleshoot things? Thank you.

nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (40: Too many levels of symbolic links)
2023/03/07 18:31:49 [emerg] 431#431: open() "/var/log/nginx/access.log" failed (40: Too many levels of symbolic links)
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (40: Too many levels of symbolic links)
2023/03/07 18:31:50 [emerg] 432#432: open() "/var/log/nginx/access.log" failed (40: Too many levels of symbolic links)
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (40: Too many levels of symbolic links)
2023/03/07 18:31:51 [emerg] 433#433: open() "/var/log/nginx/access.log" failed (40: Too many levels of symbolic links)
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (40: Too many levels of symbolic links)
2023/03/07 18:31:52 [emerg] 434#434: open() "/var/log/nginx/access.log" failed (40: Too many levels of symbolic links)
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (40: Too many levels of symbolic links)
2023/03/07 18:31:53 [emerg] 435#435: open() "/var/log/nginx/access.log" failed (40: Too many levels of symbolic links)
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (40: Too many levels of symbolic links)
2023/03/07 18:31:54 [emerg] 436#436: open() "/var/log/nginx/access.log" failed (40: Too many levels of symbolic links)
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (40: Too many levels of symbolic links)
2023/03/07 18:31:55 [emerg] 437#437: open() "/var/log/nginx/access.log" failed (40: Too many levels of symbolic links)
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (40: Too many levels of symbolic links)
2023/03/07 18:31:56 [emerg] 438#438: open() "/var/log/nginx/access.log" failed (40: Too many levels of symbolic links)
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (40: Too many levels of symbolic links)
2023/03/07 18:31:57 [emerg] 439#439: open() "/var/log/nginx/access.log" failed (40: Too many levels of symbolic links)
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (40: Too many levels of symbolic links)
2023/03/07 18:31:58 [emerg] 440#440: open() "/var/log/nginx/access.log" failed (40: Too many levels of symbolic links)
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (40: Too many levels of symbolic links)
2023/03/07 18:31:59 [emerg] 441#441: open() "/var/log/nginx/access.log" failed (40: Too many levels of symbolic links)
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (40: Too many levels of symbolic links)
2023/03/07 18:32:00 [emerg] 442#442: open() "/var/log/nginx/access.log" failed (40: Too many levels of symbolic links)
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (40: Too many levels of symbolic links)
2023/03/07 18:32:01 [emerg] 443#443: open() "/var/log/nginx/access.log" failed (40: Too many levels of symbolic links)
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (40: Too many levels of symbolic links)
2023/03/07 18:32:02 [emerg] 444#444: open() "/var/log/nginx/access.log" failed (40: Too many levels of symbolic links)
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (40: Too many levels of symbolic links)
2023/03/07 18:32:03 [emerg] 445#445: open() "/var/log/nginx/access.log" failed (40: Too many levels of symbolic links)
*** Shutting down /scripts/enterpoint.sh (PID 17)...
*** Shutting down runit daemon (PID 16)...
*** Running /etc/my_init.post_shutdown.d/10_syslog-ng.shutdown...
*** Init system aborted.
*** Killing all processes...
*** Running /etc/my_init.d/01_create_data_links.sh...
*** Booting runit daemon...
*** Runit started as PID 24
*** Running /scripts/enterpoint.sh...
2023-03-08 07:16:12 Waiting Nginx 
2023-03-08 07:16:12 Nginx ready 
2023-03-08 07:16:12 This is an idle script (infinite loop) to keep container running. 
Starting seafile server, please wait ...
** Message: 07:16:14.939: seafile-controller.c(621): No seafevents.
Seafile server started
Done.
Starting seahub at port 8000 ...
Seahub is started
Done.
*** Shutting down /scripts/enterpoint.sh (PID 25)...
*** Shutting down runit daemon (PID 24)...
*** Running /etc/my_init.post_shutdown.d/10_syslog-ng.shutdown...
*** Init system aborted.
*** Killing all processes...
*** Running /etc/my_init.d/01_create_data_links.sh...
*** Booting runit daemon...
*** Runit started as PID 23
*** Running /scripts/enterpoint.sh...
2023-03-14 18:43:06 Nginx ready 
2023-03-14 18:43:06 This is an idle script (infinite loop) to keep container running. 
nginx: [error] open() "/run/nginx.pid" failed (2: No such file or directory)
Traceback (most recent call last):
  File "/scripts/start.py", line 92, in <module>
    main()
  File "/scripts/start.py", line 53, in main
    call('nginx -s reload')
  File "/scripts/utils.py", line 70, in call
    return subprocess.check_call(*a, **kw)
  File "/usr/lib/python3.8/subprocess.py", line 364, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'nginx -s reload' returned non-zero exit status 1.
*** Shutting down /scripts/enterpoint.sh (PID 24)...
*** Shutting down runit daemon (PID 23)...
*** Running /etc/my_init.post_shutdown.d/10_syslog-ng.shutdown...
*** Init system aborted.
*** Killing all processes...
*** Running /etc/my_init.d/01_create_data_links.sh...
*** Booting runit daemon...
*** Runit started as PID 24
*** Running /scripts/enterpoint.sh...
2023-03-18 13:44:13 Nginx ready 
2023-03-18 13:44:13 This is an idle script (infinite loop) to keep container running. 
nginx: [error] open() "/run/nginx.pid" failed (2: No such file or directory)
Traceback (most recent call last):
  File "/scripts/start.py", line 92, in <module>
    main()
  File "/scripts/start.py", line 53, in main
    call('nginx -s reload')
  File "/scripts/utils.py", line 70, in call
    return subprocess.check_call(*a, **kw)
  File "/usr/lib/python3.8/subprocess.py", line 364, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'nginx -s reload' returned non-zero exit status 1.