Fix env. variable name in metube.subfolder.conf.sample

This commit is contained in:
Alex 2020-10-05 22:12:56 +03:00 committed by GitHub
parent 9ae309a962
commit e5b23a32a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}