From 829273bad8797d6e66a4adc54a83323049b571f6 Mon Sep 17 00:00:00 2001 From: Leo Puvilland Date: Tue, 9 Jan 2024 13:12:22 -0800 Subject: [PATCH] flatpak-cache: Remove pid file and switch to /srv Signed-off-by: Leo Puvilland --- roles/openshift-apps/flatpak-cache/templates/squid.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/openshift-apps/flatpak-cache/templates/squid.conf b/roles/openshift-apps/flatpak-cache/templates/squid.conf index e37134c07a..6ed76b4b77 100644 --- a/roles/openshift-apps/flatpak-cache/templates/squid.conf +++ b/roles/openshift-apps/flatpak-cache/templates/squid.conf @@ -34,7 +34,7 @@ sslproxy_cert_error deny all # Uncomment and adjust the following to add a disk cache directory. maximum_object_size 6 GB -cache_dir ufs /srv/squid 20000 16 256 +cache_dir ufs /srv 20000 16 256 # Leave coredumps in the first cache dir coredump_dir /var/spool/squid @@ -45,6 +45,7 @@ coredump_dir /var/spool/squid refresh_pattern -i dl.flathub.org\/.* 1440 20% 10080 override-expire ignore-no-cache ignore-no-store ignore-private refresh_pattern . 0 20% 4320 +pid_filename none # [] " HTTP/ \ # :