Make nginx config be in a code block.
This commit is contained in:
committed by
Jesse Andrews
parent
605b3ea799
commit
e27df0af7b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user