Skip to content

Commit

Permalink
Merge pull request #1442 from zyyw/1.3.0-nginx-900
Browse files Browse the repository at this point in the history
fix: add timeout 900 for nginx config
  • Loading branch information
Shengwen YU authored Mar 8, 2023
2 parents 8df5882 + 700bb0d commit e2e0490
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/nginx/configmap-http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ data:
proxy_set_header X-Forwarded-Proto $scheme;
proxy_buffering off;
proxy_request_buffering off;
proxy_send_timeout 900;
proxy_read_timeout 900;
}
location /service/ {
Expand Down
3 changes: 3 additions & 0 deletions templates/nginx/configmap-https.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ data:
proxy_buffering off;
proxy_request_buffering off;
proxy_send_timeout 900;
proxy_read_timeout 900;
}
}
{{- end }}
Expand Down

0 comments on commit e2e0490

Please sign in to comment.