Skip to content

Commit

Permalink
test: nginx.conf fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungGwan123 committed Nov 28, 2024
1 parent e981c5f commit c1cbcc5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ http {

location /api {
proxy_pass http://api_servers;
proxy_next_upstream error timeout http_500 http_502 http_503 http_504;
proxy_next_upstream_tries 3;
proxy_next_upstream_timeout 10s;
# proxy_next_upstream error timeout http_500 http_502 http_503 http_504;
# proxy_next_upstream_tries 3;
# proxy_next_upstream_timeout 10s;

proxy_connect_timeout 10s;
proxy_send_timeout 10s;
proxy_read_timeout 10s;
# proxy_connect_timeout 10s;
# proxy_send_timeout 10s;
# proxy_read_timeout 10s;

proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
Expand Down

0 comments on commit c1cbcc5

Please sign in to comment.