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?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.