diff --git a/nginx.conf b/nginx.conf index 0be40fd00..e94acb4e3 100644 --- a/nginx.conf +++ b/nginx.conf @@ -20,6 +20,7 @@ server { ssl_certificate /etc/letsencrypt/live/api.solid-connect.net/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/api.solid-connect.net/privkey.pem; + client_max_body_size 10M; ssl_protocols TLSv1.2 TLSv1.3; ssl_prefer_server_ciphers on; # 클라이언트 보다 서버의 암호화 알고리즘을 우선하도록 설정