ShawnAI commited on
Commit
e2e3f17
·
verified ·
1 Parent(s): e446ac9

Update conf/nginx.conf

Browse files
Files changed (1) hide show
  1. conf/nginx.conf +2 -0
conf/nginx.conf CHANGED
@@ -8,6 +8,8 @@ worker_processes 1;
8
  #pid logs/nginx.pid;
9
  pid /tmp/nginx.pid;
10
 
 
 
11
 
12
  events {
13
  worker_connections 1024;
 
8
  #pid logs/nginx.pid;
9
  pid /tmp/nginx.pid;
10
 
11
+ client_body_temp_path /tmp/nginx/client_temp
12
+
13
 
14
  events {
15
  worker_connections 1024;