Procházet zdrojové kódy

更新 'payapi-nginx/nginx.conf'

chenghongxi před 4 roky
rodič
revize
729106e6ed
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;