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...
by truthbrother | Mar 20, 2018 | Amazon Web Services
Need to force HTTPS in NGINX behind a classic AWS Load Balancer? It’s important and easy-to-do. Here’s how: First of all, TLS/SSL is a good thing for your website. Quite often HTTP over TLS will be used only on pages requiring extra security, such as login, signup and...