Skip to content

Commit d9d0a8b

Browse files
committed
reverting in main for dashy
Signed-off-by: Joseph Harry <[email protected]>
1 parent 80e64c5 commit d9d0a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashy.subdomain.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ server {
3838
include /config/nginx/proxy.conf;
3939
include /config/nginx/resolver.conf;
4040
set $upstream_app dashy;
41-
set $upstream_port 80;
41+
set $upstream_port 4000;
4242
set $upstream_proto http;
4343
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
4444
}

0 commit comments

Comments
 (0)