Skip to content

Commit 1243b08

Browse files
committed
update snaps
1 parent 802bf24 commit 1243b08

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

internal/configs/version2/__snapshots__/templates_test.snap

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,6 @@ upstream vs_default_cafe_coffee {
12341234
keepalive 16;
12351235
}
12361236

1237-
proxy_cache_path /var/cache/nginx/jwks_uri_cafe levels=1 keys_zone=jwks_uri_cafe:1m max_size=10m;
12381237

12391238
server {
12401239
listen 80;
@@ -1256,8 +1255,6 @@ server {
12561255
internal;
12571256
proxy_method GET;
12581257
proxy_set_header Content-Length "";
1259-
proxy_cache jwks_uri_cafe;
1260-
proxy_cache_valid 200 12h;
12611258
proxy_ssl_server_name on;
12621259
proxy_ssl_name sni.idp.spec.example.com;
12631260
proxy_pass_request_headers off;
@@ -1270,8 +1267,6 @@ server {
12701267
internal;
12711268
proxy_method GET;
12721269
proxy_set_header Content-Length "";
1273-
proxy_cache jwks_uri_cafe;
1274-
proxy_cache_valid 200 12h;
12751270
proxy_ssl_server_name on;
12761271
proxy_ssl_name sni.idp.spec.example.com;
12771272
proxy_pass_request_headers off;
@@ -1362,7 +1357,6 @@ upstream vs_default_cafe_coffee {
13621357
keepalive 16;
13631358
}
13641359

1365-
proxy_cache_path /var/cache/nginx/jwks_uri_cafe levels=1 keys_zone=jwks_uri_cafe:1m max_size=10m;
13661360

13671361
server {
13681362
listen 80;
@@ -1384,8 +1378,6 @@ server {
13841378
internal;
13851379
proxy_method GET;
13861380
proxy_set_header Content-Length "";
1387-
proxy_cache jwks_uri_cafe;
1388-
proxy_cache_valid 200 12h;
13891381
proxy_pass_request_headers off;
13901382
proxy_pass_request_body off;
13911383
proxy_set_header Host idp.spec.example.com;
@@ -1396,8 +1388,6 @@ server {
13961388
internal;
13971389
proxy_method GET;
13981390
proxy_set_header Content-Length "";
1399-
proxy_cache jwks_uri_cafe;
1400-
proxy_cache_valid 200 12h;
14011391
proxy_pass_request_headers off;
14021392
proxy_pass_request_body off;
14031393
proxy_set_header Host idp.route.example.com;

0 commit comments

Comments
 (0)