Increase upload payload limits to 500MB to fix 413 error

This commit is contained in:
AI Bot
2026-07-30 16:45:04 +05:30
parent c4f27f701a
commit 5e5262c0b8
3 changed files with 24 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
server {
listen 80;
server_name localhost;
client_max_body_size 500M;
# Serve static assets
location / {