From aa75efc137d077f88e1bf6879f38c77db3db6621 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 27 Mar 2013 08:54:13 -0400 Subject: [PATCH] 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.
---
 posts/Nginx.mdwn | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:
-- 
2.26.2