Explorar el Código

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

unknown hace 3 meses
padre
commit
b13e2e1e94
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      nginx.conf

+ 1 - 0
nginx.conf

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