Skip to content

Commit

Permalink
Merge pull request #686 from codevski/bug/dashy-updated-port
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxedus authored Sep 7, 2024
2 parents e69cce1 + 205a7fc commit b04af46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashy.subdomain.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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 8080;
set $upstream_proto http;
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
}
Expand Down

0 comments on commit b04af46

Please sign in to comment.