Print information about NGINX version

This commit is contained in:
Manuel de Brito Fontes 2018-05-27 19:51:07 -04:00
parent 15ffb51394
commit 71b07da0f2
2 changed files with 39 additions and 0 deletions

View file

@ -59,6 +59,8 @@ func main() {
glog.Fatal(err)
}
nginxVersion()
fs, err := file.NewLocalFS()
if err != nil {
glog.Fatal(err)