projects
/
dockerfile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaa13e5
)
nginx/README.md: Fix 'neet' -> 'need' typo
author
W. Trevor King
<wking@tremily.us>
Thu, 7 Aug 2014 19:46:44 +0000
(12:46 -0700)
committer
W. Trevor King
<wking@tremily.us>
Fri, 22 Aug 2014 16:16:19 +0000
(09:16 -0700)
nginx/README.md
patch
|
blob
|
history
diff --git
a/nginx/README.md
b/nginx/README.md
index 6bb768bf5d134b284915cec5917ea10b1e647a97..d7f3ffa512aff3a45aa13aeb16b892aaebb49e8d 100644
(file)
--- a/
nginx/README.md
+++ b/
nginx/README.md
@@
-4,7
+4,7
@@
Run this [Nginx][] image with:
[volume-mounting][volume-mount] your content under the container's
`/var/www/localhost/htdocs`. You can also mount volumes from other
-containers and serve their data, although you may nee
t
to tweak the
+containers and serve their data, although you may nee
d
to tweak the
config to serve from an alternative location. Adjusting this image to
serve from a configurable `$HTTP_ROOT` wouldn't be too difficult
either.