added newline apache.go
This commit is contained in:
parent
9acf7f688a
commit
cc3f492e62
|
@ -20,7 +20,8 @@ type Apache struct {
|
||||||
|
|
||||||
var sampleConfig = `
|
var sampleConfig = `
|
||||||
# An array of Apache status URI to gather stats.
|
# An array of Apache status URI to gather stats.
|
||||||
urls = ["http://localhost/server-status?auto"]`
|
urls = ["http://localhost/server-status?auto"]
|
||||||
|
`
|
||||||
|
|
||||||
func (n *Apache) SampleConfig() string {
|
func (n *Apache) SampleConfig() string {
|
||||||
return sampleConfig
|
return sampleConfig
|
||||||
|
|
Loading…
Reference in New Issue