Skip to content

Commit

Permalink
disable local certs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Jan 16, 2019
1 parent 422a46e commit 76100fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/env/prod.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ prod {

# We have nginx in-front of aah website
# Adding SSL info to enable NGINX proxy pass in SSL mode
ssl {
enable = true
cert = "/home/aah/certs/fullchain.pem"
key = "/home/aah/certs/privkey.pem"
}
# ssl {
# enable = true
# cert = "/home/aah/certs/fullchain.pem"
# key = "/home/aah/certs/privkey.pem"
# }
}

# --------------------
Expand Down

0 comments on commit 76100fb

Please sign in to comment.