mirror of
https://github.com/booklore-app/booklore.git
synced 2025-12-23 22:28:11 -05:00
Set client_max_body_size to 100M
This commit is contained in:
committed by
Aditya Chandel
parent
e70a8e2497
commit
a3d9d57d6d
@@ -5,6 +5,9 @@ http {
|
||||
# include the default mime.types to map file extensions to MIME types
|
||||
include /etc/nginx/mime.types;
|
||||
|
||||
# Set max request body size to 100MB (adjust as needed)
|
||||
client_max_body_size 100M;
|
||||
|
||||
server {
|
||||
listen 6060; # Listen on port 6060 for both API and UI
|
||||
|
||||
|
||||
Reference in New Issue
Block a user