diff --git a/nik4nao.home.arpa.conf b/nik4nao.home.arpa.conf index 79f3805..bbdf9e5 100644 --- a/nik4nao.home.arpa.conf +++ b/nik4nao.home.arpa.conf @@ -143,7 +143,7 @@ server { return 302 /dashy/; } location /dashy/ { - proxy_pass http://dashy_upstream/; + proxy_pass http://127.0.0.1:8084/; include snippets/proxy-common.conf; proxy_set_header X-Forwarded-Host $host; diff --git a/upstreams.conf b/upstreams.conf index 3b1578b..7ad3f86 100644 --- a/upstreams.conf +++ b/upstreams.conf @@ -29,8 +29,3 @@ upstream djellyfin_upstream { server 127.0.0.1:8096; keepalive 32; } - -upstream dashy_upstream { - server 127.0.0.1:8084; - keepalive 16; -}