mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 20:41:32 -07:00
🐛 Changed dashy port from 4000 to 80
Signed-off-by: Joseph Harry <findarato@gmail.com>
This commit is contained in:
parent
e662dcb0ca
commit
afbf74d68f
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 4000;
|
||||
set $upstream_port 80;
|
||||
set $upstream_proto http;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue