From e27df0af7b832d2daf8020e09ee26bb9ae3a2455 Mon Sep 17 00:00:00 2001 From: Todd Willey Date: Sun, 20 Jun 2010 15:09:17 -0700 Subject: Make nginx config be in a code block. --- docs/getting.started.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs') 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; -- cgit