From b8f37a371c1c8bc908df3048fb06766a7eed00e0 Mon Sep 17 00:00:00 2001 From: Joseph Harry Date: Fri, 11 Aug 2023 15:38:03 -0500 Subject: [PATCH] Reverting change to be able to merg with out the other port change 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 0b48301..e6460d9 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 80; + set $upstream_port 4000; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; }