Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Images are not displayed, what could be the problem?

Igor
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 27, 2020

 

0Rjx54wirP.png

Images are not displayed, what could be the problem?

The project runs in docker and is proxies through Nginx.

Jira v8.11.0

1 answer

0 votes
Igor
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 27, 2020

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 512M;

# OLD
# proxy_pass http://0.0.0.0:8180;

# NEW
# proxy_pass http://194.58.167.148:8180;

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events