diff options
author | Michael Lynch <git@mtlynch.io> | 2020-04-15 20:14:11 -0400 |
---|---|---|
committer | Michael Lynch <git@mtlynch.io> | 2020-04-15 20:14:11 -0400 |
commit | e8be4722734bf19e7faed8a24cf162b5244b86f0 (patch) | |
tree | 6486834b7be3f1d151a6ba151ff6589acf040fce /docs/source/siteadmin/deploying.rst | |
parent | 82c2f9a9125a2046a65669870d2d8afd8419c147 (diff) | |
download | mediagoblin-e8be4722734bf19e7faed8a24cf162b5244b86f0.tar.lz mediagoblin-e8be4722734bf19e7faed8a24cf162b5244b86f0.tar.xz mediagoblin-e8be4722734bf19e7faed8a24cf162b5244b86f0.zip |
Adding 'Waitress' where 'FastCGI' was previously referenced
Diffstat (limited to 'docs/source/siteadmin/deploying.rst')
-rw-r--r-- | docs/source/siteadmin/deploying.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index f70ad6ce..60ec2dce 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -25,7 +25,7 @@ will take you step-by-step through setting up your own instance of MediaGoblin. Of course, when it comes to setting up web applications like MediaGoblin, there's an almost infinite way to deploy things, so for now, we'll keep it simple with some assumptions. We recommend a setup that combines MediaGoblin + -virtualenv + Nginx on a .deb- or .rpm-based GNU/Linux distro. +virtualenv + Waitress + Nginx on a .deb- or .rpm-based GNU/Linux distro. Other deployment options (e.g., deploying on FreeBSD, Arch Linux, using Apache, etc.) are possible, though! If you'd prefer a different deployment @@ -343,7 +343,7 @@ exit to return to the root/sudo account.:: .. _webserver-config: -nginx +Waitress and nginx ~~~~~~~~~~~~~~~~~ This configuration example will use Nginx, however, you may |