Skip to content

Commit

Permalink
added certificate ssl for soundcollect-dashboard-comç
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosMillanSfC committed Jun 17, 2024
1 parent 95e8da8 commit 11b3f25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deployment/config/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ http {
}

server {
# listen 443 ssl;
# listen [::]:443 ssl;
listen 443 ssl;
listen [::]:443 ssl;
server_name soundcollect-dashboard.com www.soundcollect-dashboard.com;

# http2 on;
http2 on;

root /usr/share/nginx/html;
index index.html;
Expand All @@ -51,9 +51,9 @@ http {
}

# managed by Certbot
#ssl_certificate /etc/letsencrypt/live/soundcollect-dashboard.com/fullchain.pem;
ssl_certificate /etc/letsencrypt/live/soundcollect-dashboard.com/fullchain.pem;
# managed by Certbot
#ssl_certificate_key /etc/letsencrypt/live/soundcollect-dashboard.com/privkey.pem;
ssl_certificate_key /etc/letsencrypt/live/soundcollect-dashboard.com/privkey.pem;
# 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 11b3f25

Please sign in to comment.