From 6b15ddce785179473d7c07883a646c21dc8b48b2 Mon Sep 17 00:00:00 2001 From: fr4nz Date: Thu, 2 Oct 2025 17:35:49 +0200 Subject: [PATCH] Update nginx/default.conf --- nginx/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/default.conf b/nginx/default.conf index 5063c1d..3807aaf 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -4,7 +4,7 @@ server { ssl_certificate /etc/nginx/certs/meshpi.crt; ssl_certificate_key /etc/nginx/certs/meshpi.key; location / { - #proxy_pass http://:; + proxy_pass http://192.168.1.3:8080; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;