Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8293e304
authored
Mar 18, 2015
by
Oláh István Gergely
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
templates: fix faq
parent
d0a31d6e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
circle/templates/info/help/faq.html
+1
-1
No files found.
circle/templates/info/help/faq.html
View file @
8293e304
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment