From: W. Trevor King Date: Wed, 27 Mar 2013 12:54:13 +0000 (-0400) Subject: posts:nginx: Fix spawn-fcgi.fcgiwrap rc-update invocation X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aa75efc137d077f88e1bf6879f38c77db3db6621;p=blog.git posts:nginx: Fix spawn-fcgi.fcgiwrap rc-update invocation We need a four-space indent (not three) for Markdown
 blocks.
We're also using `#` to mark a root shell, so we don't need sudo.
---

diff --git a/posts/Nginx.mdwn b/posts/Nginx.mdwn
index bb2fb8b..24e3924 100644
--- a/posts/Nginx.mdwn
+++ b/posts/Nginx.mdwn
@@ -97,7 +97,7 @@ Start `fcgiwrap` with:
 
 Add it to the default runlevel with:
 
-   # sudo rc-update add spawn-fcgi.fcgiwrap default
+    # rc-update add spawn-fcgi.fcgiwrap default
 
 If you also want a virtual host serving Git over HTTP, you can add a
 virtual host like: