We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c056b2 commit ef8bdb5Copy full SHA for ef8bdb5
2 files changed
geo.t
@@ -189,6 +189,8 @@ http {
189
190
EOF
191
192
+$t->write_file('nginx.conf', $t->read_file('nginx.conf') =~ s/ geo\./ *geo./gr)
193
+ if $t->has_version('1.29.7');
194
$t->write_file('1', '');
195
$t->write_file('2', '');
196
$t->write_file('geo.conf', '127.0.0.0/8 loopback;');
stream_geo.t
@@ -218,6 +218,8 @@ stream {
218
219
220
221
222
223
224
$t->write_file('geo-ranges.conf', '127.0.0.0-127.255.255.255 loopback;');
225
0 commit comments