Web Isolation disk space usage on gateways is very high:
Command "docker system df -v" executed on Gateway shows that "clipr" container has unusual large disk space usage (10G+):
ad7eeae919d3 clipr:1.14.50-774 "/run.sh" 0 90.9GB 9 months ago ago Up 13 days clipr_zazqa
Further inspecting "clipr" disk usage:
root@firegproxyp01:/var/log/nginx# ls -alh
total 86G
drwxr-xr-x 2 root root 4.0K Feb 23 2022
drwxrwxr-x 10 root syslog 4.0K Feb 23 2022
-rw-r----- 1 nginx adm 86G Nov 30 08:01 access.log
-rw-r----- 1 nginx adm 931K Nov 29 15:33 error.log
File can be cleared out. It contains only access.log for users requesting proxy.pac file.
To clear out contents of the file:
root@firegproxyp01:/var/log/nginx# >access.log