Allow the other internal proxy too
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
e984427ca0
commit
17eb141edb
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ GIT_URL_GIT = 'https://src.fedoraproject.org/'
|
|||
{% if env == 'staging' %}
|
||||
IP_ALLOWED_INTERNAL = ['127.0.0.1', 'localhost', '::1', '10.5.128.177']
|
||||
{% else %}
|
||||
IP_ALLOWED_INTERNAL = ['127.0.0.1', 'localhost', '::1', '10.5.126.51']
|
||||
IP_ALLOWED_INTERNAL = ['127.0.0.1', 'localhost', '::1', '10.5.126.51', '10.5.126.52']
|
||||
{% endif %}
|
||||
|
||||
# Redis configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue