mirror of
https://github.com/google/nomulus.git
synced 2025-08-16 22:44:06 +02:00
Enable static ip for bsa service production (#2240)
This commit is contained in:
parent
e7171a326b
commit
08551f7bc7
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,12 @@
|
||||||
value="production"/>
|
value="production"/>
|
||||||
</system-properties>
|
</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>
|
<static-files>
|
||||||
<include path="/*.html" expiration="1d"/>
|
<include path="/*.html" expiration="1d"/>
|
||||||
</static-files>
|
</static-files>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue