mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-14 10:37:20 -07:00
Instructions for setting Environment variable
Line 2 of this file instructs the user to set an environment variable in their filebrowser container, but supplies an incorrect name for that variable. Filebrowser expects environment variables to be prepended with FB_ as per https://filebrowser.org/cli/filebrowser#options and as mentioned by one of the filebrowser contributors over at https://github.com/filebrowser/filebrowser/issues/1557#issuecomment-921756628
This commit is contained in:
parent
67d5842721
commit
367cf8102e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
## Version 2022/09/08
|
||||
# set this environment variable on your filebrowser container FILEBROWSER_BASEURL=/filebrowser
|
||||
# set this environment variable on your filebrowser container FB_BASEURL=/filebrowser
|
||||
|
||||
location /filebrowser {
|
||||
return 301 $scheme://$host/filebrowser/;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue