diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-10-30 16:22:35 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-10-30 16:22:35 -0500 |
commit | 36dc2eaa661870cba1dd9ed50bc2bd09c8daa7cc (patch) | |
tree | 745b60cafc4abc5b650bf361612fece08a74a43d /docs/source | |
parent | 94011579e78ff4fdec12d8777ae3b06212aa517b (diff) | |
download | mediagoblin-36dc2eaa661870cba1dd9ed50bc2bd09c8daa7cc.tar.lz mediagoblin-36dc2eaa661870cba1dd9ed50bc2bd09c8daa7cc.tar.xz mediagoblin-36dc2eaa661870cba1dd9ed50bc2bd09c8daa7cc.zip |
If I"m telling people to use fastcgi, we should probably use fastcgi ;)
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/deploying.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/deploying.rst b/docs/source/deploying.rst index e2f13c07..ca3d5046 100644 --- a/docs/source/deploying.rst +++ b/docs/source/deploying.rst @@ -181,7 +181,7 @@ something probably like: Now start up MediaGoblin. "cd" to the MediaGoblin checkout and run: - ./lazyserver.sh --server-name=http http_host=127.0.0.1 http_port=26543 + ./lazyserver.sh --server-name=fcgi fcgi_host=127.0.0.1 fcgi_port=26543 Visit the site you've set up in your browser, eg http://example.mediagoblin.org (except with the real domain name or IP |