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