image bg upload limit

This commit is contained in:
2026-04-14 14:48:51 +05:30
parent 19dcd73b29
commit d183cf2fd6
4 changed files with 53 additions and 30 deletions

View File

@@ -41,6 +41,7 @@ server {
}
location /api/ {
client_max_body_size 5m;
proxy_pass http://backend:8001/api/;
proxy_http_version 1.1;
proxy_set_header Host $host;