Skip to content

Commit 80e64c5

Browse files
committed
🐛 Changed dashy port from 4000 to 80
Signed-off-by: Joseph Harry <[email protected]>
1 parent d647b2c commit 80e64c5

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 4000;
41+
set $upstream_port 80;
4242
set $upstream_proto http;
4343
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
4444
}

0 commit comments

Comments
 (0)