mirror of
https://github.com/adityachandelgit/BookLore.git
synced 2026-02-12 01:19:54 -06:00
Increase client_max_body_size to 1000M
This commit is contained in:
@@ -6,7 +6,7 @@ http {
|
||||
include /etc/nginx/mime.types;
|
||||
|
||||
# Set max request body size to 100MB (adjust as needed)
|
||||
client_max_body_size 100M;
|
||||
client_max_body_size 1000M;
|
||||
|
||||
server {
|
||||
listen 6060; # Listen on port 6060 for both API and UI
|
||||
|
||||
Reference in New Issue
Block a user