Skip to content

Commit 86592ab

Browse files
committed
Fix nginx config
1 parent 9cb8756 commit 86592ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/nginx.conf

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ server {
5050

5151
# SSL configuration
5252
# based on https://ssl-config.mozilla.org/
53-
ssl_certificate /etc/letsencrypt/live/try.purescript.org/fullchain.pem;
54-
ssl_trusted_certificate /etc/letsencrypt/live/try.purescript.org/fullchain.pem;
55-
ssl_certificate_key /etc/letsencrypt/live/try.purescript.org/privkey.pem;
53+
ssl_certificate /etc/letsencrypt/live/compile.purescript.org/fullchain.pem;
54+
ssl_trusted_certificate /etc/letsencrypt/live/compile.purescript.org/fullchain.pem;
55+
ssl_certificate_key /etc/letsencrypt/live/compile.purescript.org/privkey.pem;
5656
ssl_session_timeout 1d;
5757
ssl_session_cache shared:ssl:10m;
5858
ssl_session_tickets off;

0 commit comments

Comments
 (0)