diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting.started.rst | 5 |
1 files changed, 4 insertions, 1 deletions
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; |
