From 36dc2eaa661870cba1dd9ed50bc2bd09c8daa7cc Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 30 Oct 2011 16:22:35 -0500 Subject: [PATCH] If I"m telling people to use fastcgi, we should probably use fastcgi ;) --- docs/source/deploying.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1