by ray | Jul 18, 2018 | Confluence, Atlassian
At Atlassian, we know work can’t stop for maintenance windows. For many organizations, it can be difficult for admins to find time for planned maintenance. After all, downtime on mission-critical applications can affect productivity and team output. To minimize...
by ray | Jul 18, 2018 | Confluence, NGINX
This page describes how to set up NGINX as a reverse proxy for Confluence. The configuration described on this page results in a scenario where: External client connections with NGINX are secured using SSL. Connections between NGINX and Confluence Server are...
by ray | Jul 18, 2018 | Atlassian, Confluence, JIRA
This page explains how to configure HTTPS (HTTP over SSL) when using Apache as a reverse proxy. You should consider doing this to ensure usernames, passwords and other proprietary data are encrypted when accessing your applications over the internet. The instructions...
by ray | Jul 18, 2018 | Confluence, NGINX
Purpose This page describes a possible way to use NGINX to proxy requests for Confluence running in a standard Tomcat container. You can find additional documentation that explains how to use Apache mod_proxy for the very same purpose. For Confluence 6.0 or later...
by ray | Jul 18, 2018 | Confluence
I am trying to stop confluence through ./stop-confluence.sh but it is showing error like this “PID file found but no matching process was found. Stop aborted.” so I try to kill that process with “kill -9 pid” but it showing that “PID: no...
by ray | Aug 10, 2010 | Confluence, dokuwiki
Here are some steps to configure Apache URL rewriting because I was migrating from dokuwiki to Confluence wiki. 1) Download Url Rewrite Filter – http://www.tuckey.org/urlrewrite/#download 2) Download the zip and extract it into your Confluence directory —...