mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-02-20 04:59:12 +08:00
Update fenrus.subdomain.conf.sample
Co-authored-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
parent
3419eb9134
commit
5cf2630617
@ -35,7 +35,7 @@ server {
|
||||
|
||||
include /config/nginx/proxy.conf;
|
||||
include /config/nginx/resolver.conf;
|
||||
set $upstream_app Fenrus;
|
||||
set $upstream_app fenrus;
|
||||
set $upstream_port 3000;
|
||||
set $upstream_proto http;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user