From 8293e304f55758572b417b7f4c6b63cb128b76de Mon Sep 17 00:00:00 2001 From: Istvan Gergely Olah <olah.istvan.gergely@gmail.com> Date: Wed, 18 Mar 2015 11:04:55 +0100 Subject: [PATCH] templates: fix faq --- circle/templates/info/help/faq.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle/templates/info/help/faq.html b/circle/templates/info/help/faq.html index 8d1819f..a827494 100644 --- a/circle/templates/info/help/faq.html +++ b/circle/templates/info/help/faq.html @@ -48,7 +48,7 @@ <li>{% trans "Of course the machines port must be opened. Opening port 80 examples: " %}<br> <ul><li>Ubuntu, Debian: <code>sudo ufw allow 80</code></li> <li>CentOS, RHEL: {% trans "append to" %}<code>/etc/sysconfig/iptables</code>:<br/> - <code><br/> + <code> iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT <br> </code><br>{% trans "and restart the service:" %}<code>sudo service iptables restart</code></li></ul></li> <li>{% trans "Now you can connect to the machine, with the generated port number." %}</li> -- libgit2 0.26.0