refactor some things

This commit is contained in:
Henrique Dias
2016-06-10 22:44:33 +01:00
parent 77e5bd2b9e
commit 9b25214272
3 changed files with 57 additions and 49 deletions

View File

@@ -52,7 +52,7 @@ func fileManagerParse(c *caddy.Controller) ([]Config, error) {
for c.Next() {
var fmc = Config{
PathScope: ".",
BaseURL: "/",
BaseURL: "",
StyleSheet: "",
}