mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 12:36:02 -07:00
change dashy port
This commit is contained in:
parent
e58d95d9ae
commit
f151d51c85
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