Make nginx config be in a code block.

This commit is contained in:
Todd Willey
2010-06-20 15:09:17 -07:00
committed by Jesse Andrews
parent 605b3ea799
commit e27df0af7b
+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;