From 085ea5f5429f6d8a183d2740330cb6808725a03f Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Tue, 7 Feb 2023 01:04:56 +0100 Subject: [PATCH] trailingslash --- epaper-station/config.yaml | 2 +- epaper-station/rootfs/etc/nginx/nginx.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/epaper-station/config.yaml b/epaper-station/config.yaml index 4a93fc4..f4873c3 100644 --- a/epaper-station/config.yaml +++ b/epaper-station/config.yaml @@ -1,6 +1,6 @@ --- name: EPaper Station -version: 1.0.0.34 +version: 1.0.0.35 #image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch} slug: epaper-station description: Publish Pictures to EPaper pricetags diff --git a/epaper-station/rootfs/etc/nginx/nginx.conf b/epaper-station/rootfs/etc/nginx/nginx.conf index 7ca5064..788c89a 100644 --- a/epaper-station/rootfs/etc/nginx/nginx.conf +++ b/epaper-station/rootfs/etc/nginx/nginx.conf @@ -19,7 +19,7 @@ http { } location /input_img { - proxy_pass http://localhost:8080; + proxy_pass http://localhost:8080/; } location /ws {