add tabs in the apache sampleConfig var

Closes #246
This commit is contained in:
cornerot 2015-10-06 17:09:10 +03:00 committed by Cameron Sparr
parent b4e8a23da4
commit 5112d077d5
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ type Apache struct {
}
var sampleConfig = `
# An array of Apache status URI to gather stats.
urls = ["http://localhost/server-status?auto"]
# An array of Apache status URI to gather stats.
urls = ["http://localhost/server-status?auto"]
`
func (n *Apache) SampleConfig() string {