Skip to content

Commit

Permalink
Fix nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
hdgarrood committed May 2, 2020
1 parent 9cb8756 commit 86592ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ server {

# SSL configuration
# based on https://ssl-config.mozilla.org/
ssl_certificate /etc/letsencrypt/live/try.purescript.org/fullchain.pem;
ssl_trusted_certificate /etc/letsencrypt/live/try.purescript.org/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/try.purescript.org/privkey.pem;
ssl_certificate /etc/letsencrypt/live/compile.purescript.org/fullchain.pem;
ssl_trusted_certificate /etc/letsencrypt/live/compile.purescript.org/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/compile.purescript.org/privkey.pem;
ssl_session_timeout 1d;
ssl_session_cache shared:ssl:10m;
ssl_session_tickets off;
Expand Down

0 comments on commit 86592ab

Please sign in to comment.