diff options
Diffstat (limited to 'docs/howto/deployment/checklist.txt')
| -rw-r--r-- | docs/howto/deployment/checklist.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/howto/deployment/checklist.txt b/docs/howto/deployment/checklist.txt index 4eec185ad9..8d7c27b04f 100644 --- a/docs/howto/deployment/checklist.txt +++ b/docs/howto/deployment/checklist.txt @@ -103,7 +103,8 @@ default server to return "444 No Response" on an unrecognized host: ----------------- If you're using a cache, connection parameters may be different in development -and in production. +and in production. Django defaults to per-process :ref:`local-memory caching +<local-memory-caching>` which may not be desirable. Cache servers often have weak authentication. Make sure they only accept connections from your application servers. |
