Skip to content

Instantly share code, notes, and snippets.

View matthewmgamble's full-sized avatar

Matthew Gamble matthewmgamble

View GitHub Profile
@matthewmgamble
matthewmgamble / jira-behing-nginx-ssl
Created September 9, 2016 03:20 — forked from jtbonhomme/jira-behing-nginx-ssl
Atlassian JIRA behind nginx + SSL
# force HTTP to HTTPS - /etc/nginx/conf.d/nonssl.conf
server {
listen 80;
server_name jira.example.com;
access_log off;
return 301 https://$server_name$request_uri;
}
# /etc/nginx/conf.d/jira.conf
server {

Keybase proof

I hereby claim:

  • I am matthewmgamble on github.
  • I am mgamble (https://keybase.io/mgamble) on keybase.
  • I have a public key whose fingerprint is 6001 A230 7EC6 26C3 2650 F8AA 5B00 66EF 65B7 538A

To claim this, I am signing this object: