flatpak-cache: fix varnish leftover

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-01-08 15:46:08 -08:00
parent bd4ae3eb83
commit 1c0fe8a578
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ items:
labels:
app: flatpak-cache
data:
flatpak-cache.vcl: |-
squid.conf: |-
{{ load_file('squid.conf') | indent(6) }}
start.sh: |-
{{ load_file('start.sh') | indent(6) }}

View file

@ -1,3 +1,3 @@
exec squid
--foreground
-f /etc/squid/squid.conf
-f squid.conf