From 861fbf59d538f95f9b189cc04eb4b16bfe84ba64 Mon Sep 17 00:00:00 2001 From: Fr4nzD13trich Date: Thu, 9 Oct 2025 12:32:22 +0200 Subject: [PATCH] several updates --- README.md | 2 +- assets/config/nginx/nginx.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc3fdf1..004f184 100644 --- a/README.md +++ b/README.md @@ -23,5 +23,5 @@ for now everything will be developed and tested on Raspberry Pi 3B and newer act ```bash sudo apt install --install-suggests -y nginx python3-meshtastic python3-flask python3-requests ``` -3. Configure `nginx` the way you need +3. Configure `nginx` the way you need | _example config is located [here](https://lab.c95.org/fr4nz/LoMeS/src/branch/main/assets/config/nginx/nginx.conf)_ 4. Start developing \ No newline at end of file diff --git a/assets/config/nginx/nginx.conf b/assets/config/nginx/nginx.conf index 17f00c5..b8d2141 100644 --- a/assets/config/nginx/nginx.conf +++ b/assets/config/nginx/nginx.conf @@ -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;