mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 13:01:35 -07:00
Update fenrus.subdomain.conf.sample
Co-authored-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
parent
3419eb9134
commit
5cf2630617
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue