mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 20:41:32 -07:00
Fix jfa-go conf
Add missing `}` at line 45
This commit is contained in:
parent
4cb158eacf
commit
d9f3370783
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
## Version 2023/02/05
|
||||
## Version 2023/04/16
|
||||
# make sure that your jfa-go container is named jfa-go
|
||||
# make sure that your dns has a cname set for jfa-go
|
||||
|
||||
|
@ -41,4 +41,6 @@ server {
|
|||
set $upstream_port 8056;
|
||||
set $upstream_proto http;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue