Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Why isn't the login page loading after update?

Andrew Meyer October 1, 2019

I just updated from Confluence 6.13.1 to 7.0.1 and I the login page is not showing up rendered properly.  I am running this through nginx reverse proxy.  This is running on CentOS 7 latest.  nginx 1.12.2

Here is my nginx config. 

location /confluence {
proxy_connect_timeout 90;
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://web01.loc.example.local:8090;
}

location /synchrony {
proxy_connect_timeout 90;
#set $backend "http://localhost:8091";
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_redirect http://confluence:8091 http://$host/;
proxy_pass http://web01.loc.example.local:8091/synchrony;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
}

Here is my confluence server.xml config

 <Connector port="8090" connectionTimeout="20000" redirectPort="8443"
maxThreads="48" minSpareThreads="10"
enableLookups="false" acceptCount="10" debug="0" URIEncoding="UTF-8"
protocol="org.apache.coyote.http11.Http11NioProtocol"
scheme="http" proxyName="web01.loc.example.local" proxyPort="80"/>

   

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events