Skip to content

Commit

Permalink
Give linux group write permission to cached files
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKallekleiv committed Nov 1, 2022
1 parent 59a1e10 commit f69e448
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def __init__(self, app: Dash) -> None:
"CACHE_TYPE": "FileSystemCache",
"CACHE_DIR": cache_dir,
"CACHE_DEFAULT_TIMEOUT": 0,
"CACHE_OPTIONS": {"mode": 0o660},
}
)
self._image_cache.init_app(app.server)
Expand Down

0 comments on commit f69e448

Please sign in to comment.