Answer the question
In order to leave comments, you need to log in
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;
}
...
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question