summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTodd Willey <todd@rubidine.com>2010-06-20 15:09:17 -0700
committerJesse Andrews <anotherjesse@gmail.com>2010-06-20 15:09:17 -0700
commite27df0af7b832d2daf8020e09ee26bb9ae3a2455 (patch)
treea9ab661888161359268439875848e51b835a3f5b /docs
parent605b3ea799053a15006ba70a202e0d303836acee (diff)
downloadnova-e27df0af7b832d2daf8020e09ee26bb9ae3a2455.tar.gz
nova-e27df0af7b832d2daf8020e09ee26bb9ae3a2455.tar.xz
nova-e27df0af7b832d2daf8020e09ee26bb9ae3a2455.zip
Make nginx config be in a code block.
Diffstat (limited to 'docs')
-rw-r--r--docs/getting.started.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/getting.started.rst b/docs/getting.started.rst
index 323ebf249..446e5f6b7 100644
--- a/docs/getting.started.rst
+++ b/docs/getting.started.rst
@@ -93,7 +93,10 @@ ON CLOUD CONTROLLER
iptables --table nat --append POSTROUTING --out-interface $PUBLICIFACE -j MASQUERADE
-* Configure NginX proxy (/etc/nginx/sites-enabled/default)::
+* Configure NginX proxy (/etc/nginx/sites-enabled/default)
+
+::
+
server {
listen 3333 default;
server-name localhost;