several updates

This commit is contained in:
Fr4nz D13trich 2025-10-09 12:32:22 +02:00
parent 545c00ec80
commit 861fbf59d5
2 changed files with 3 additions and 3 deletions

View file

@ -14,8 +14,8 @@ server {
listen 443 ssl;
server_name DOMAIN IPADDR;
ssl_certificate /etc/nginx/ssl/meshpi.crt;
ssl_certificate_key /etc/nginx/ssl/meshpi.key;
ssl_certificate /etc/nginx/ssl/CERTNAME.crt;
ssl_certificate_key /etc/nginx/ssl/CERTNAME.key;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers HIGH:!aNULL:!MD5;