summaryrefslogtreecommitdiffstats
path: root/docs/getting.started.rst
diff options
context:
space:
mode:
authorTodd Willey <todd@rubidine.com>2010-06-10 22:12:51 -0400
committerTodd Willey <todd@rubidine.com>2010-06-10 22:12:51 -0400
commit701f7fd6e1eac0c18c87d794dc762f39eaa74a09 (patch)
tree5513b32e1bc185e32846685d716b0d1a1b3c467c /docs/getting.started.rst
parent0da7b9b0e50f049980ca1eef637d0a056f55fdb1 (diff)
downloadnova-701f7fd6e1eac0c18c87d794dc762f39eaa74a09.tar.gz
nova-701f7fd6e1eac0c18c87d794dc762f39eaa74a09.tar.xz
nova-701f7fd6e1eac0c18c87d794dc762f39eaa74a09.zip
Make nginx config be in a code block.
Diffstat (limited to 'docs/getting.started.rst')
-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 df6ecbb01..3b28b4363 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;