Browse Source

chore(nginx): increase client_max_body_size to 100M to fix 413 error

unknown 22 hours ago
parent
commit
b13e2e1e94
1 changed files with 1 additions and 0 deletions
  1. 1 0
      nginx.conf

+ 1 - 0
nginx.conf

@@ -4,6 +4,7 @@ server {
     root /var/www/radionica3d/dist;
     root /var/www/radionica3d/dist;
     index index.html;
     index index.html;
     charset utf-8;
     charset utf-8;
+    client_max_body_size 100M;
 
 
     # Gzip Compression
     # Gzip Compression
     gzip on;
     gzip on;