summaryrefslogtreecommitdiff
path: root/plugins/http/config/fcgi.go
blob: 3d4acbe1f291747d4388eb76ef8f6a3b6fa55614 (plain)
1
2
3
4
5
6
7
package config

// FCGI for FastCGI server.
type FCGI struct {
	// Address and port to handle as http server.
	Address string
}