Parametrizing Django diskcache path and size (#474)

* Parametrizing Django diskcache path and size

* Cache directory permissions fix
This commit is contained in:
Danil Smirnov
2021-07-18 20:27:36 +03:00
committed by GitHub
parent 6cd113ce56
commit 2e9a101a1b
3 changed files with 10 additions and 2 deletions

View File

@@ -158,4 +158,6 @@ fi
# directory for it. Also chown the logs directory to write the files.
chown mailman:mailman /opt/mailman-web-data -R
[[ -v DISKCACHE_PATH ]] && chown mailman:mailman "${DISKCACHE_PATH}" -R
exec $@