File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1141,7 +1141,7 @@ Data type: `Nginx::Time`
11411141
11421142
11431143
1144- Default value: ` '60s ' `
1144+ Default value: ` '90s ' `
11451145
11461146##### <a name =" -nginx--proxy_redirect " ></a >` proxy_redirect `
11471147
@@ -1157,7 +1157,7 @@ Data type: `Nginx::Time`
11571157
11581158
11591159
1160- Default value: ` '60s ' `
1160+ Default value: ` '90s ' `
11611161
11621162##### <a name =" -nginx--proxy_set_header " ></a >` proxy_set_header `
11631163
Original file line number Diff line number Diff line change 339339 Optional[Integer] $proxy_headers_hash_bucket_size = undef ,
340340 Optional[Integer] $proxy_headers_hash_max_size = undef ,
341341 Optional[String] $proxy_http_version = undef ,
342- Nginx::Time $proxy_read_timeout = ' 60s ' ,
342+ Nginx::Time $proxy_read_timeout = ' 90s ' ,
343343 Optional[Variant[Array[String], String]] $proxy_redirect = undef ,
344- Nginx::Time $proxy_send_timeout = ' 60s ' ,
344+ Nginx::Time $proxy_send_timeout = ' 90s ' ,
345345 Array $proxy_set_header = [
346346 ' Host $host' ,
347347 ' X-Real-IP $remote_addr' ,
You can’t perform that action at this time.
0 commit comments