nginx lb: also protect /gossip/order

This commit is contained in:
Chase Sillevis 2020-11-02 19:10:18 +01:00
parent bb0845af89
commit c9cd6a31ea
No known key found for this signature in database
GPG key ID: B31ED7165146D701

View file

@ -189,7 +189,7 @@ write_files:
}
# Client cert authenticated gossip endpoints
location ~ ^/gossip/(order/.*)$ {
location ~ ^/gossip/(order/?.*)$ {
# Allow base stations only
allow 202.161.136.2;
allow 66.203.141.162;