diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst
index 741e965..d680c95 100644
a
|
b
|
Apache
|
415 | 415 | Instructions and scripts for running MediaGoblin on an Apache server |
416 | 416 | can be found on the `MediaGoblin wiki <http://wiki.mediagoblin.org/Deployment>`_. |
417 | 417 | |
418 | | |
419 | | Security Considerations |
420 | | ~~~~~~~~~~~~~~~~~~~~~~~ |
421 | | |
422 | | .. warning:: |
423 | | |
424 | | The directory ``user_dev/crypto/`` contains some very |
425 | | sensitive files. |
426 | | Especially the ``itsdangeroussecret.bin`` is very important |
427 | | for session security. Make sure not to leak its contents anywhere. |
428 | | If the contents gets leaked nevertheless, delete your file |
429 | | and restart the server, so that it creates a new secret key. |
430 | | All previous sessions will be invalidated. |
431 | | |
diff --git a/docs/source/siteadmin/production-deployments.rst b/docs/source/siteadmin/production-deployments.rst
index 839d3ce..a332c65 100644
a
|
b
|
To launch Celery separately from the MediaGoblin WSGI application:
|
93 | 93 | |
94 | 94 | .. _sentry: |
95 | 95 | |
| 96 | Security Considerations |
| 97 | ~~~~~~~~~~~~~~~~~~~~~~~ |
| 98 | |
| 99 | .. warning:: |
| 100 | |
| 101 | The directory ``user_dev/crypto/`` contains some very |
| 102 | sensitive files. |
| 103 | Especially the ``itsdangeroussecret.bin`` is very important |
| 104 | for session security. Make sure not to leak its contents anywhere. |
| 105 | If the contents gets leaked nevertheless, delete your file |
| 106 | and restart the server, so that it creates a new secret key. |
| 107 | All previous sessions will be invalidated. |
| 108 | |
96 | 109 | Set up sentry to monitor exceptions |
97 | 110 | ----------------------------------- |
98 | 111 | |