Skip to content

Commit

Permalink
devops: Update SSL certificates.
Browse files Browse the repository at this point in the history
  • Loading branch information
hazadus committed Jun 23, 2024
1 parent d427b6e commit 6cedb4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ server {

listen 443 ssl;
# RSA certificate
ssl_certificate /certs/fullchain3.pem;
ssl_certificate_key /certs/privkey3.pem;
ssl_certificate /certs/fullchain4.pem;
ssl_certificate_key /certs/privkey4.pem;

# Redirect non-https traffic to https
if ($scheme != "https") {
Expand Down

0 comments on commit 6cedb4c

Please sign in to comment.