mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-07 05:21:31 -07:00
Merge pull request #597 from Findarato/dashy
Fixes Dashy port to 80 from 4000
This commit is contained in:
commit
06bb31c293
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
## Version 2023/05/31
|
||||
## Version 2023/08/11
|
||||
# make sure that your dashy container is named dashy
|
||||
# make sure that your dns has a cname set for dashy
|
||||
|
||||
|
@ -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