pull/144/head
Henrique Dias 2017-07-19 07:05:58 +01:00
parent 4e2b3e131f
commit 07333491ec
No known key found for this signature in database
GPG Key ID: 936F5EB68D786730
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ func parse(c *caddy.Controller) ([]*config, error) {
// Get the baseURL and baseScope // Get the baseURL and baseScope
args := c.RemainingArgs() args := c.RemainingArgs()
if len(args) == 1 { if len(args) >= 1 {
baseURL = args[0] baseURL = args[0]
} }