Integratin Atlassian JIRA with Nginx and SSL

This page describes how to integrate Nginx with JIRA, utilising Nginx as a reverse-proxy over HTTP. Configurin Nginx: # force HTTP to HTTPS – /etc/nginx/conf.d/nonssl.conf server {     listen 80;     server_name jira.itsol.biz;     access_log off;     return 301 https://$server_name$request_uri; Continue reading Integratin Atlassian JIRA with Nginx and SSL