mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-02-20 04:59:12 +08:00
Fix env. variable name in metube.subfolder.conf.sample
This commit is contained in:
parent
9ae309a962
commit
e5b23a32a4
@ -1,4 +1,4 @@
|
||||
# set the URLPREFIX environment variable for the metube container to "/metube"
|
||||
# set the URL_PREFIX environment variable for the metube container to "/metube"
|
||||
|
||||
location /metube {
|
||||
# enable the next two lines for http auth
|
||||
@ -19,4 +19,4 @@ location /metube {
|
||||
set $upstream_proto http;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user