mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-07-24 00:21:49 +00:00
Fix for #141
This commit is contained in:
parent
4e2b3e131f
commit
07333491ec
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ func parse(c *caddy.Controller) ([]*config, error) {
|
|||
// Get the baseURL and baseScope
|
||||
args := c.RemainingArgs()
|
||||
|
||||
if len(args) == 1 {
|
||||
if len(args) >= 1 {
|
||||
baseURL = args[0]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue