We have the issue like there
https://jira.atlassian.com/browse/JRASERVER-37905?page=com.atlassian.jira.plugin.system.issuetabpanels%3Achangehistory-tabpanel
We tryed setup apache
<VirtualHost *:80>
ServerAdmin support@example.com
ServerName confluence.example.com
RewriteEngine On
RewriteRule / http://%{HTTP_HOST}:8080
</VirtualHost>
<VirtualHost *>
RewriteCond %{REQUEST_URI} ^/plugins/servlet/streams
RewriteCond %{QUERY_STRING} !^timeout.*$
RewriteRule ^(.*)$ %{REQUEST_URI}?timeout=20000&%{QUERY_STRING} [R,L]
</VirtualHost>
jira 6.3.10
For us it's doesnt work.
Any idiea?