I
I
Igor2020-07-22 20:15:19
JIRA
Igor, 2020-07-22 20:15:19

Images not showing in JIRA, how to solve the problem?

JIRA spinning in Docker

In the browser console, I see that the images are loaded from https://0.0.0.0:8180
The container itself is broadcasting https://0.0.0.0:8180

Here I am proxying, https://0.0.0.0:8180

...
location / {
        proxy_set_header X-Forwarded-Host $host;
        proxy_set_header X-Forwarded-Server $host;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; 
        client_max_body_size 10M;
  proxy_pass http://0.0.0.0:8180;
}

...


Outcome

5f186f83dd649135666405.png

How to cure?
It is clear that somewhere there is a config that I do not know about.

Thank you.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question