Skip to content

Commit

Permalink
fix some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
uoosef committed Nov 20, 2023
1 parent c13b7ae commit e513720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ server {
}

listen 8443 ssl; # managed by Certbot
ssl_certificate /etc/letsencrypt/live/gogoli.3utilities.com/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/gogoli.3utilities.com/privkey.pem; # managed by Certbot
ssl_certificate /etc/letsencrypt/live/<YOUR_HOST>/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/<YOUR_HOST>/privkey.pem; # managed by Certbot
include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot

Expand Down

0 comments on commit e513720

Please sign in to comment.