fix(infra): increase nginx client_max_body_size to 50M; docs: update status
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
server {
|
||||
listen 80;
|
||||
|
||||
# Allow large uploads for API proxying
|
||||
client_max_body_size 50M;
|
||||
|
||||
# 1. Serve React Frontend (Static Files)
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
|
||||
Reference in New Issue
Block a user