Spaces:
Running
Running
Jarvis Bot commited on
Commit ·
2dc6d8b
1
Parent(s): 4a9aeb7
Allow unlimited upload size (client_max_body_size 0)
Browse files- nginx.conf +1 -0
nginx.conf
CHANGED
|
@@ -10,6 +10,7 @@ http {
|
|
| 10 |
|
| 11 |
sendfile on;
|
| 12 |
keepalive_timeout 65;
|
|
|
|
| 13 |
|
| 14 |
server {
|
| 15 |
listen 7860;
|
|
|
|
| 10 |
|
| 11 |
sendfile on;
|
| 12 |
keepalive_timeout 65;
|
| 13 |
+
client_max_body_size 0;
|
| 14 |
|
| 15 |
server {
|
| 16 |
listen 7860;
|