G
G
gulitskiy2016-10-06 12:34:28
IIS
gulitskiy, 2016-10-06 12:34:28

How to setup IIS reverse proxy for Jira?

There is an installed fat on the local network at 192.168.1.31, the computer name is DEV-JIRA.
There is a computer on the local network to which there is access from outside with the address 192.168.1.168.
I set up a reverse proxy for JIRA on it in this way, company.name/jira (rewrite)
^jira$
^jira/(.*)
sends these requests here http://192.168.1.31/{R:1}
Changed basu url in fat , and it works from outside, but not completely, on some requests
JIRA is reporting that it is running on the hostname '192.168.1.31', which does not match the hostname
used to run these diagnostics, 'company.name'. This is known to cause JIRA to construct URLs using
the incorrect hostname, which will result in errors in the dashboard, among other issues.
I decided to pass HTTP_HOST to the reverse proxy, still an error.
How to make the reverse proxy send not only the request but also the host to the broadcast server

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
Gonchik Tsymzhitov, 2019-01-05
@gulitskiy

Good afternoon!
Apparently very late, but you need to set the parameters in the connector
https://confluence.atlassian.com/kb/reverse-proxy-...
Sincerely,
Gonchik Tsymzhitov

R
Rustembek Kaliev, 2016-10-25
@rusticus

It can be javascript, it can be css. What are you better at?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question