You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.7 KiB
51 lines
1.7 KiB
#
|
|
# Copyright (c) 2005-2010, WSO2 Inc. (http://wso2.com) All Rights Reserved.
|
|
#
|
|
# Licensed 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.
|
|
#
|
|
|
|
## This file contains the configuration parameters used by the Pass-through HTTP transport
|
|
|
|
## Nhttp tuning parameters
|
|
#http.socket.timeout=60000
|
|
#http.connection.timeout=0
|
|
#http.socket.buffer-size=8192
|
|
#http.socket.linger=-1
|
|
#http.nio.select-interval=1000
|
|
#http.tcp.nodelay=true
|
|
#http.connection.stalecheck=false
|
|
#http.socket.reuseaddr=false
|
|
|
|
## Uncomment the following for AIX based deployments
|
|
#http.nio.interest-ops-queueing=true
|
|
|
|
## Pass-through HTTP transport specific tuning parameters
|
|
worker_pool_size_core=400
|
|
worker_pool_size_max=500
|
|
#worker_thread_keepalive_sec=60
|
|
#worker_pool_queue_length=-1
|
|
#io_threads_per_reactor=2
|
|
io_buffer_size=16384
|
|
#http.max.connection.per.host.port=32767
|
|
|
|
## Other parameters
|
|
#http.user.agent.preserve=false
|
|
#http.server.preserve=true
|
|
#http.connection.disable.keepalive=false
|
|
|
|
# URI configurations that determine if it requires custom rest dispatcher
|
|
rest_uri_api_regex=\\w+://.+:\\d+/t/.*|\\w+://.+\\w+/t/.*|^(/t/).*
|
|
rest_uri_proxy_regex=\\w+://.+:\\d+/services/t/.*|\\w+://.+\\w+/services/t/.*|^(/services/t/)
|
|
|
|
# This property is crucial for automated tests
|
|
http.socket.reuseaddr=true |