mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 20:41:32 -07:00
Fix env. variable name in metube.subfolder.conf.sample
This commit is contained in:
parent
9ae309a962
commit
e5b23a32a4
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue