Skip to content

Commit

Permalink
Use preferred ssl indication.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Apr 30, 2024
1 parent 6034929 commit 8ffc346
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions recapturedocs/ubuntu/nginx config
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ server {
}

server {
listen 443;
listen [::]:443;
listen 443 ssl;
listen [::]:443 ssl;

ssl on;
ssl_certificate /etc/letsencrypt/live/recapturedocs.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/recapturedocs.com/privkey.pem;

Expand Down

0 comments on commit 8ffc346

Please sign in to comment.