From 14dd20a34c5cb8fc1c04310c7f5964e1d660e98a Mon Sep 17 00:00:00 2001 From: zino Date: Mon, 1 Apr 2024 17:04:20 +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 4f19eff..77ef802 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 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;