projects
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c43c57
)
posts:nginx: Fix spawn-fcgi.fcgiwrap rc-update invocation
author
W. Trevor King
<wking@tremily.us>
Wed, 27 Mar 2013 12:54:13 +0000
(08:54 -0400)
committer
W. Trevor King
<wking@tremily.us>
Wed, 27 Mar 2013 12:54:13 +0000
(08:54 -0400)
We need a four-space indent (not three) for Markdown <pre> blocks.
We're also using `#` to mark a root shell, so we don't need sudo.
posts/Nginx.mdwn
patch
|
blob
|
history
diff --git
a/posts/Nginx.mdwn
b/posts/Nginx.mdwn
index bb2fb8b309f3ff743114406a1636c644875aaab3..24e3924991f9272d725a31ace71a5c34696ce322 100644
(file)
--- 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: