Skip to content

Commit ac0a61a

Browse files
Gackodkostyrev
authored andcommitted
Chores: Remove recently added whitespaces. (kubernetes#11156)
1 parent c54cb9f commit ac0a61a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/user-guide/nginx-configuration/configmap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ _**default:**_ false
741741

742742
## geoip2-autoreload-in-minutes
743743

744-
Enables the [geoip2 module](https://github.com/leev/ngx_http_geoip2_module) autoreload in MaxMind databases setting the interval in minutes.
744+
Enables the [geoip2 module](https://github.com/leev/ngx_http_geoip2_module) autoreload in MaxMind databases setting the interval in minutes.
745745

746746
_**default:**_ 0
747747

@@ -1439,4 +1439,4 @@ validate that only authorized users can use `ImplementationSpecific` pathType an
14391439
Sets the configuration for the GRPC Buffer Size parameter. If not set it will use the default from NGINX.
14401440

14411441
_References:_
1442-
[https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_buffer_size](https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_buffer_size)
1442+
[https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_buffer_size](https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_buffer_size)

rootfs/etc/nginx/template/nginx.tmpl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ http {
202202
geoip2 /etc/ingress-controller/geoip/GeoLite2-City.mmdb {
203203
{{ if (gt $cfg.GeoIP2AutoReloadMinutes 0) }}
204204
auto_reload {{ $cfg.GeoIP2AutoReloadMinutes }}m;
205-
{{ end }}
205+
{{ end }}
206206
$geoip2_city_country_code source=$remote_addr country iso_code;
207207
$geoip2_city_country_name source=$remote_addr country names en;
208208
$geoip2_city_country_geoname_id source=$remote_addr country geoname_id;
@@ -228,7 +228,7 @@ http {
228228
geoip2 /etc/ingress-controller/geoip/GeoIP2-City.mmdb {
229229
{{ if (gt $cfg.GeoIP2AutoReloadMinutes 0) }}
230230
auto_reload {{ $cfg.GeoIP2AutoReloadMinutes }}m;
231-
{{ end }}
231+
{{ end }}
232232
$geoip2_city_country_code source=$remote_addr country iso_code;
233233
$geoip2_city_country_name source=$remote_addr country names en;
234234
$geoip2_city_country_geoname_id source=$remote_addr country geoname_id;
@@ -254,7 +254,7 @@ http {
254254
geoip2 /etc/ingress-controller/geoip/GeoLite2-ASN.mmdb {
255255
{{ if (gt $cfg.GeoIP2AutoReloadMinutes 0) }}
256256
auto_reload {{ $cfg.GeoIP2AutoReloadMinutes }}m;
257-
{{ end }}
257+
{{ end }}
258258
$geoip2_asn source=$remote_addr autonomous_system_number;
259259
$geoip2_org source=$remote_addr autonomous_system_organization;
260260
}
@@ -264,7 +264,7 @@ http {
264264
geoip2 /etc/ingress-controller/geoip/GeoIP2-ASN.mmdb {
265265
{{ if (gt $cfg.GeoIP2AutoReloadMinutes 0) }}
266266
auto_reload {{ $cfg.GeoIP2AutoReloadMinutes }}m;
267-
{{ end }}
267+
{{ end }}
268268
$geoip2_asn source=$remote_addr autonomous_system_number;
269269
$geoip2_org source=$remote_addr autonomous_system_organization;
270270
}
@@ -274,7 +274,7 @@ http {
274274
geoip2 /etc/ingress-controller/geoip/GeoIP2-ISP.mmdb {
275275
{{ if (gt $cfg.GeoIP2AutoReloadMinutes 0) }}
276276
auto_reload {{ $cfg.GeoIP2AutoReloadMinutes }}m;
277-
{{ end }}
277+
{{ end }}
278278
$geoip2_isp source=$remote_addr isp;
279279
$geoip2_isp_org source=$remote_addr organization;
280280
$geoip2_asn source=$remote_addr default=0 autonomous_system_number;
@@ -291,7 +291,7 @@ http {
291291
geoip2 /etc/ingress-controller/geoip/GeoIP2-Anonymous-IP.mmdb {
292292
{{ if (gt $cfg.GeoIP2AutoReloadMinutes 0) }}
293293
auto_reload {{ $cfg.GeoIP2AutoReloadMinutes }}m;
294-
{{ end }}
294+
{{ end }}
295295
$geoip2_is_anon source=$remote_addr is_anonymous;
296296
$geoip2_is_anonymous source=$remote_addr default=0 is_anonymous;
297297
$geoip2_is_anonymous_vpn source=$remote_addr default=0 is_anonymous_vpn;

0 commit comments

Comments
 (0)