Skip to content

Commit 980428e

Browse files
allow vpc_cidr
1 parent 1c49401 commit 980428e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

generator/src/templates/nginx/http/backend-gateway.server.conf.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
} %}
1212
{% endif %}
1313

14+
allow 10.105.0.0/16;
1415
allow ${ALLOWED_IP};
1516
deny all;
1617
{% endblock host %}

0 commit comments

Comments
 (0)