From 32f4be6957884955e6f0efd1d013d15899e5cf5c Mon Sep 17 00:00:00 2001 From: zino Date: Mon, 1 Apr 2024 17:19:13 +0200 Subject: [PATCH] m --- volumes/conf.d/ha.zinomedia.de.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volumes/conf.d/ha.zinomedia.de.conf b/volumes/conf.d/ha.zinomedia.de.conf index efe44e3..4f19eff 100644 --- a/volumes/conf.d/ha.zinomedia.de.conf +++ b/volumes/conf.d/ha.zinomedia.de.conf @@ -10,7 +10,7 @@ server { include "snippets/ssl-optimizations.conf"; location / { - proxy_pass http://host.docker.internal:8123/; + proxy_pass http://host.docker.internal:8123; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;