瀏覽代碼

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

unknown 3 月之前
父節點
當前提交
b13e2e1e94
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;