Skip to content

Commit

Permalink
[feat]쿠키로그인 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jainefer committed May 21, 2024
1 parent 0797d88 commit ba77abd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .platform/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ http {
include /etc/nginx/mime.types;
default_type application/octet-stream;
client_max_body_size 2000M;
client_body_buffer_size 10M;
proxy_connect_timeout 900;
proxy_send_timeout 900;
proxy_read_timeout 900;
Expand Down Expand Up @@ -39,6 +40,7 @@ http {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
client_max_body_size 2000M;
client_body_buffer_size 10M;
}

access_log /var/log/nginx/access.log main;
Expand Down

0 comments on commit ba77abd

Please sign in to comment.