Hi,
My old Bitbucket or Stash Connector configuration was following:
<Connector port="11009" acceptCount="100" disableUploadTimeout="true" redirectPort="8443" enableLookups="false" maxPostSize="106700800" maxHttpHeaderSize="16384" packetSize="65536" maxThreads="300" minSpareThreads="10" protocol="HTTP/1.1" URIEncoding="UTF-8" useBodyEncodingForURI="true" scheme="https" proxyName="test.tst.com" proxyPort="443" secure="true" connectionTimeout="60000" />
Now we need to use or try AJP connections from Apache Reverse Proxy towards Bitbucket 6.3.0.
In Reverse Proxy we have:
ProxyIOBufferSize 65536
And that should match (I suppose) that packetSize in Bitbucket Connector. But how can I give that configuration in new bitbucket.properties file?
Thanks
-Pete
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.