Skip to content

Commit

Permalink
Reconfigure ssl_certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
PhongT16 committed Oct 31, 2024
1 parent 9c3319d commit a3c2872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ http {
listen 443 ssl;
server_name ${PROXY_FQDN};

ssl_certificate /etc/letsencrypt/live/${PROXY_FQDN}-0006/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/${PROXY_FQDN}-0006/privkey.pem;
ssl_certificate /etc/letsencrypt/live/${PROXY_FQDN}/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/${PROXY_FQDN}/privkey.pem;

location / {

Expand Down

0 comments on commit a3c2872

Please sign in to comment.