Skip to content

Commit 17b979f

Browse files
committed
Restore 00-config template
Somehow the 00-config template introduced by PRs [1][2] has been reverted. This patch restores the missing file content. [1] #385 [2] #378 Signed-off-by: Francesco Pantano <[email protected]>
1 parent 3466731 commit 17b979f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

templates/common/config/00-config.conf

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ max_logfile_count=1
1818
max_logfile_size_mb=20
1919
log_rotation_type=size
2020
log_file = {{ .LogFile }}
21-
{{ end }}
22-
# cache related parameters
23-
{{ if (index . "CacheEnabled") }}
24-
>>>>>>> 2e22c55 (Remove enabled_backend entry from 00-config.conf)
21+
{{ if (index . "CacheEnabled") -}}
2522
image_cache_dir = {{ .ImageCacheDir }}
2623
image_cache_max_size = {{ .CacheMaxSize }}
2724
image_cache_stall_time = 86400

0 commit comments

Comments
 (0)