diff options
Diffstat (limited to 'plugins/http/config/fcgi.go')
-rw-r--r-- | plugins/http/config/fcgi.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/http/config/fcgi.go b/plugins/http/config/fcgi.go new file mode 100644 index 00000000..3d4acbe1 --- /dev/null +++ b/plugins/http/config/fcgi.go @@ -0,0 +1,7 @@ +package config + +// FCGI for FastCGI server. +type FCGI struct { + // Address and port to handle as http server. + Address string +} |