Forráskód Böngészése

更新 'payapi-nginx/nginx.conf'

chenghongxi 4 éve
szülő
commit
729106e6ed
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      payapi-nginx/nginx.conf

+ 1 - 1
payapi-nginx/nginx.conf

@@ -22,7 +22,7 @@ http {
                         '"$http_user_agent" "$http_x_forwarded_for" '
                         '$upstream_addr $upstream_status $upstream_cache_status $upstream_response_time $request_time $host';
                         
-    client_header_buffer_size 320k;
+    client_header_buffer_size 32k;
     client_max_body_size 100m;
     
     access_log           /var/log/nginx/access.log  main;