multimodalart HF staff commited on
Commit
477cf12
·
verified ·
1 Parent(s): 48f99d7

Update nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +0 -3
nginx.conf CHANGED
@@ -2,9 +2,6 @@ server {
2
  listen 7860;
3
 
4
  client_max_body_size 1024M; # Allow uploads up to 1GB
5
- upload_max_filesize 1024M;
6
- memory_limit 1024M;
7
- post_max_size 1024M;
8
 
9
  location / {
10
  proxy_pass http://localhost:4000;
 
2
  listen 7860;
3
 
4
  client_max_body_size 1024M; # Allow uploads up to 1GB
 
 
 
5
 
6
  location / {
7
  proxy_pass http://localhost:4000;