diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-03-09 12:18:36 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-03-09 12:18:53 -0600 |
commit | 8da84493328a029649e146b8e6fcc95011783b8b (patch) | |
tree | 293bd629b04da204953deb5b8eb4795a0275b59b /docs/source | |
parent | ed6a0bcd42afa7b1aa42753ba9e9fc090b83eba8 (diff) | |
download | mediagoblin-8da84493328a029649e146b8e6fcc95011783b8b.tar.lz mediagoblin-8da84493328a029649e146b8e6fcc95011783b8b.tar.xz mediagoblin-8da84493328a029649e146b8e6fcc95011783b8b.zip |
tyop fix in docs, lazyserer.sh->lazyserver.sh
This commit sponsored by S J Bennett. Thanks!
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/siteadmin/production-deployments.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/siteadmin/production-deployments.rst b/docs/source/siteadmin/production-deployments.rst index 3e9431c9..1a32d95e 100644 --- a/docs/source/siteadmin/production-deployments.rst +++ b/docs/source/siteadmin/production-deployments.rst @@ -52,7 +52,7 @@ as the basis for your script: :: Separate Celery --------------- -While the ``./lazyserer.sh`` configuration provides an efficient way to +While the ``./lazyserver.sh`` configuration provides an efficient way to start using a MediaGoblin instance, it is not suitable for production deployments for several reasons: |