YATypofix.
This commit is contained in:
parent
37936e3360
commit
07667d7ea2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# if the host declares a fedmsg-enabled wsgi app, open ports for it
|
# if the host declares a fedmsg-enabled wsgi app, open ports for it
|
||||||
{% if fedmsg_wsgi_service is defined %}
|
{% if wsgi_fedmsg_service is defined %}
|
||||||
{% for i in range(wsgi_procs * wsgi_threads) %}
|
{% for i in range(wsgi_procs * wsgi_threads) %}
|
||||||
-A INPUT -p tcp -m tcp --dport 30{{ '%02d' % i }} -j ACCEPT
|
-A INPUT -p tcp -m tcp --dport 30{{ '%02d' % i }} -j ACCEPT
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue