From afbf74d68f44966e2232829d9f52ef2a1de74d27 Mon Sep 17 00:00:00 2001 From: Joseph Harry Date: Fri, 11 Aug 2023 15:20:57 -0500 Subject: [PATCH] :bug: Changed dashy port from 4000 to 80 Signed-off-by: Joseph Harry --- dashy.subdomain.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashy.subdomain.conf.sample b/dashy.subdomain.conf.sample index e6460d9..0b48301 100644 --- a/dashy.subdomain.conf.sample +++ b/dashy.subdomain.conf.sample @@ -38,7 +38,7 @@ server { include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_app dashy; - set $upstream_port 4000; + set $upstream_port 80; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; }