Make nginx config be in a code block.

This commit is contained in:
Todd Willey
2010-06-10 22:12:51 -04:00
parent 0da7b9b0e5
commit 701f7fd6e1
+4 -1
View File
@@ -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;