flatpak-cache: fix varnish leftover
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
bd4ae3eb83
commit
1c0fe8a578
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ items:
|
||||||
labels:
|
labels:
|
||||||
app: flatpak-cache
|
app: flatpak-cache
|
||||||
data:
|
data:
|
||||||
flatpak-cache.vcl: |-
|
squid.conf: |-
|
||||||
{{ load_file('squid.conf') | indent(6) }}
|
{{ load_file('squid.conf') | indent(6) }}
|
||||||
start.sh: |-
|
start.sh: |-
|
||||||
{{ load_file('start.sh') | indent(6) }}
|
{{ load_file('start.sh') | indent(6) }}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
exec squid
|
exec squid
|
||||||
--foreground
|
--foreground
|
||||||
-f /etc/squid/squid.conf
|
-f squid.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue