nginx

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 5, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CaptureCmd = &cobra.Command{
	Use:          "capture",
	Short:        "Capture traffic forwarded from Akita's NGINX module.",
	Long:         "Open a network port for communication with the Akita NGINX module. The agent will parse incoming traffic, obfuscate it, and forward it to the Akita Cloud.",
	SilenceUsage: true,
	RunE:         captureNginxTraffic,
}
View Source
var Cmd = &cobra.Command{
	Use:          "nginx",
	Short:        "Install or use Akita's NGINX module to collect API traffic.",
	SilenceUsage: true,
	Hidden:       false,
}
View Source
var InstallCmd = &cobra.Command{
	Use:          "install",
	Short:        "Download a precompiled NGINX module.",
	Long:         "Download a precompiled version of akita-nginx-module that matches the currently installed version of NGINX.",
	SilenceUsage: true,
	RunE:         installNginxModule,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL