diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst
index 741e965..d680c95 100644
--- a/docs/source/siteadmin/deploying.rst
+++ b/docs/source/siteadmin/deploying.rst
@@ -415,17 +415,3 @@ Apache
 Instructions and scripts for running MediaGoblin on an Apache server
 can be found on the `MediaGoblin wiki <http://wiki.mediagoblin.org/Deployment>`_.
 
-
-Security Considerations
-~~~~~~~~~~~~~~~~~~~~~~~
-
-.. warning::
-
-   The directory ``user_dev/crypto/`` contains some very
-   sensitive files.
-   Especially the ``itsdangeroussecret.bin`` is very important
-   for session security. Make sure not to leak its contents anywhere.
-   If the contents gets leaked nevertheless, delete your file
-   and restart the server, so that it creates a new secret key.
-   All previous sessions will be invalidated.
-
diff --git a/docs/source/siteadmin/production-deployments.rst b/docs/source/siteadmin/production-deployments.rst
index 839d3ce..a332c65 100644
--- a/docs/source/siteadmin/production-deployments.rst
+++ b/docs/source/siteadmin/production-deployments.rst
@@ -93,6 +93,19 @@ To launch Celery separately from the MediaGoblin WSGI application:
 
 .. _sentry:
 
+Security Considerations
+~~~~~~~~~~~~~~~~~~~~~~~
+
+.. warning::
+
+   The directory ``user_dev/crypto/`` contains some very
+   sensitive files.
+   Especially the ``itsdangeroussecret.bin`` is very important
+   for session security. Make sure not to leak its contents anywhere.
+   If the contents gets leaked nevertheless, delete your file
+   and restart the server, so that it creates a new secret key.
+   All previous sessions will be invalidated.
+
 Set up sentry to monitor exceptions
 -----------------------------------
 
