sandy420 commented on issue #6741:
URL: https://github.com/apache/apisix/issues/6741#issuecomment-1119212294

   > Strange. Could you share the APISIX configuration and the steps to 
reproduce this issue?
   
   `etcd:
       host:
   
       tls:
         verify: false
   apisix:
     node_listen: 80
     enable_server_tokens: false
     admin_key:
       - name: "admin"
   
                        role: admin
   
     router:
       http: 'radixtree_host_uri'
     ssl:
       enable_http2: true
       listen_port: 443
       #ssl_protocols: TLSv1.2
       #ssl_ciphers: 
ECDHE-ECDSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA:AES128-SHA:AES256-SHA:DES-CBC3-SHA:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256
     disable_sync_configuration_during_start: true
     proxy_cache:
       cache_ttl: 10s
       zones:
         - name: disk_cache_one
           memory_size: 5G
           disk_size: 5G
           disk_path: /tmp/disk_cache_one
           cache_levels: 1:2
   
   plugins:
     - prometheus
     - log-rotate
     - proxy-rewrite
     - redirect
     - error-log-logger
     - node-status
     - ip-restriction
     - echo
     - basic-auth
     - server-info
     - proxy-mirror
     - kafka-logger
     - response-rewrite
     - serverless-pre-function
   
   plugin_attr:
     prometheus:
       export_uri: /apisix/prometheus/metrics
       enable_export_server: false
       export_addr:
         ip: 0.0.0.0
         port: 9091
     log-rotate:
       interval: 21600
       max_kept: 10
   nginx_config:
     http_end_configuration_snippet: |
       reset_timedout_connection off;
           client_header_buffer_size 1024k;
           client_body_buffer_size 20m;
           proxy_intercept_errors on;
           large_client_header_buffers 8 128k;
           gzip on;
           proxy_next_upstream off;
           proxy_connect_timeout 60;
           proxy_send_timeout 300s;
           proxy_read_timeout 300s;
           proxy_buffers 16 2048k; # getconf PAGESIZE
           proxy_buffer_size 2048k;
           proxy_busy_buffers_size 2048k;
           proxy_temp_file_write_size 2048K;
           proxy_max_temp_file_size 0;
           proxy_ignore_client_abort on;
           proxy_http_version 1.1;
           proxy_set_header Connection "";
           proxy_set_header Host $host;
           proxy_set_header X-Real-IP $remote_addr;
           proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
           proxy_set_header traffic-source "INTERNAL";
   
   
     http:
       client_max_body_size: 3g
       enable_access_log: true
       lua_shared_dict:
         prometheus-metrics: 100m                       
       real_ip_header: "X-Forwarded-For"
       real_ip_from:
         - 0.0.0.0/0
       keepalive_timeout: 600s
       client_header_timeout: 600s
       client_body_timeout: 600s
       send_timeout: 100s
       access_log_format: 
"$time_iso8601|$msec|$status|$request_completion|$bytes_sent|$body_bytes_sent|$realip_remote_addr|$remote_addr|$http_x_forwarded_for|$remote_user|$host|$server_name|$server_port|$server_protocol|$scheme|$request_method|$request_length|$request_time|$request_uri|$uri|$content_length|$content_type|$http_referer|$http_user_agent|$http_app_jb|$http_client_info|$upstream_addr|$upstream_connect_time|$upstream_header_time|$upstream_response_time|$upstream_status|$upstream_bytes_received|$upstream_cache_status|$upstream_http_content_type|$upstream_http_content_length|$upstream_http_content_disposition|$http_x_cat_parent_id|$upstream_scheme://$upstream_host$upstream_uri|$hostname"`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to