diff --git a/deployment/config/nginx.conf b/deployment/config/nginx.conf index aeb6653a..7d363ca8 100644 --- a/deployment/config/nginx.conf +++ b/deployment/config/nginx.conf @@ -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; @@ -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