by truthbrother | Mar 20, 2018 | JIRA, Atlassian
This page describes a possible way to use Nginx to proxy requests for JIRA running in a standard Tomcat container. You can find additional documentation that explains how to use Apache mod_proxy for the very same purpose. Configuring Tomcat In this...
by truthbrother | Mar 20, 2018 | NGINX, Amazon Web Services
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...
by truthbrother | Mar 20, 2018 | NGINX, Amazon Web Services
It’s time to Use NGINX as the Standard Proxy Server for Atlassian’s JIRA With NGINX now serving over 37% of the top 1000 websites it’s a great time to evaluate replacing Apache as the standard proxy server for Atlassian’s JIRA issue tracker. Two...
by truthbrother | Mar 20, 2018 | Amazon Web Services
To request a VPC peering connection with a VPC in your account, ensure that you have the IDs of the VPCs with which you are creating the VPC peering connection. You must both create and accept the VPC peering connection request yourself to activate it. You can create...
by truthbrother | Mar 20, 2018 | NGINX, Amazon Web Services
It is not really necessary to use HTTPS for absolutely all requests, but it makes your life much easier to just handle one scheme and redirect all plain HTTP traffic to the equivalent HTTPS resource. So please make sure you setup HTTPS for the same hostname that you...