Forums

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

display issue on Jira / Confluence with Nginx config

Jon Lavercombe March 9, 2018

Hi wondering if someone can help, i've tried to setup jira and confluence with nginx but the display doesnt look correct, it only seems to loads the basic html (see attached image) this Untitled.jpg


server {
listen 80;
server_name localhost;

#charset koi8-r;
#access_log /var/log/nginx/log/host.access.log main;

location / {
root /usr/share/nginx/html;
index index.html index.htm;
}
location /confluence {
client_max_body_size 100m;
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;
proxy_pass http://10.171.2.32:8090/;
}
location /jira {
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;
proxy_pass http://10.171.2.32:8088/;
client_max_body_size 10M;
}

1 answer

Bas van Westerloo
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 8, 2018

Having the same problem but no sollution yet

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events