zjc1750514326 commented on issue #11528:
URL: https://github.com/apache/apisix/issues/11528#issuecomment-2325476255

   > @zjc1750514326
   > 
   > Have you solved your problem?
   
   @zhoujiexiong 
   No, I've been busy with delivery lately, so I didn't do this technical 
upgrade.
   
   this is all config
   ```
   #
   # Licensed to the Apache Software Foundation (ASF) under one or more
   # contributor license agreements.  See the NOTICE file distributed with
   # this work for additional information regarding copyright ownership.
   # The ASF licenses this file to You under the Apache License, Version 2.0
   # (the "License"); you may not use this file except in compliance with
   # the License.  You may obtain a copy of the License at
   #
   #     http://www.apache.org/licenses/LICENSE-2.0
   #
   # Unless required by applicable law or agreed to in writing, software
   # distributed under the License is distributed on an "AS IS" BASIS,
   # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   # See the License for the specific language governing permissions and
   # limitations under the License.
   #
   # PLEASE DO NOT UPDATE THIS FILE!
   # If you want to set the specified configuration value, you can set the new
   # value in the conf/config.yaml file.
   #
   
   apisix:
     # node_listen: 9080               # APISIX listening port
     node_listen:                      # This style support multiple ports
       - 9080
     #   - port: 9081
     #     enable_http2: true          # If not set, the default value is 
`false`.
     #   - ip: 127.0.0.2               # Specific IP, If not set, the default 
value is `0.0.0.0`.
     #     port: 9082
     #     enable_http2: true
     enable_admin: true
     enable_dev_mode: false            # Sets nginx worker_processes to 1 if 
set to true
     enable_reuseport: true            # Enable nginx SO_REUSEPORT switch if 
set to true.
     show_upstream_status_in_response_header: false # when true all upstream 
status write to `X-APISIX-Upstream-Status` otherwise only 5xx code
     enable_ipv6: true
   
     #proxy_protocol:                  # Proxy Protocol configuration
     #  listen_http_port: 9181         # The port with proxy protocol for http, 
it differs from node_listen and admin_listen.
                                                                                
                                                     1,1           Top
   ```


-- 
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