mirror of
https://github.com/google/nomulus
synced 2026-01-06 21:47:31 +00:00
Enable static ip for bsa service production (#2240)
This commit is contained in:
@@ -19,6 +19,12 @@
|
||||
value="production"/>
|
||||
</system-properties>
|
||||
|
||||
<!-- Enable external traffic to go through VPC, required for static ip -->
|
||||
<vpc-access-connector>
|
||||
<name>projects/domain-registry/locations/us-central1/connectors/appengine-connector</name>
|
||||
<egress-setting>all-traffic</egress-setting>
|
||||
</vpc-access-connector>
|
||||
|
||||
<static-files>
|
||||
<include path="/*.html" expiration="1d"/>
|
||||
</static-files>
|
||||
|
||||
Reference in New Issue
Block a user