diff --git a/smartmetconf/plugins/frontend.conf b/smartmetconf/plugins/frontend.conf index e8da966..d0ad6ab 100644 --- a/smartmetconf/plugins/frontend.conf +++ b/smartmetconf/plugins/frontend.conf @@ -6,14 +6,14 @@ compressed_cache = { memory_bytes = 53687091200L; # 50 GB filesystem_bytes = 107374182400L; # 100 GB - directory = "/smartmet/cache/frontend-compressed-cache"; + directory = "/var/smartmet/cache/frontend-compressed-cache"; }; uncompressed_cache = { memory_bytes = 53687091200L; # 50 GB filesystem_bytes = 107374182400L; # 100 GB - directory = "/smartmet/cache/frontend-uncompressed-cache"; + directory = "/var/smartmet/cache/frontend-uncompressed-cache"; };