mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 13:01:35 -07:00
Merge pull request #686 from codevski/bug/dashy-updated-port
This commit is contained in:
commit
b04af46a2f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue