mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-07-08 17:42:32 +02:00
Fix jfa-go conf
Add missing `}` at line 45
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user