Skip to content

Commit

Permalink
[수정] nginx client conf 삭제 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeap committed Aug 10, 2023
2 parents 00dd4a8 + 3f46bc8 commit 51203b7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions nginx.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@



upstream api_server {
server backend-cluster:8000; # API upstream
}
Expand All @@ -17,16 +14,10 @@ server {
location /api/v1/ {
proxy_set_header Host $host;
proxy_pass http://api_server/api/v1/;
client_header_timeout 30m;
client_body_timeout 30m;
client_max_body_size 1024M;

proxy_connect_timeout 6000;
proxy_send_timeout 6000;
proxy_read_timeout 6000;
send_timeout 6000;

proxy_buffers 16 16k;
proxy_buffer_size 32k;
}
}

0 comments on commit 51203b7

Please sign in to comment.