mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 19:11:24 +08:00
flatpak-cache: Remove pid file and switch to /srv
Signed-off-by: Leo Puvilland <leo@craftcat.dev>
This commit is contained in:
@@ -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
|
||||
|
||||
# <Client IP> <Username> [<Local Time>] "<Request Method> <Request URL> HTTP/<Protocol Version> <Response Status Code> \
|
||||
# <Sent reply size (with hdrs)> <Referer> <User Agent> <Squid Request Status>:<Squid Hierarchy Status>
|
||||
|
||||
Reference in New Issue
Block a user