Share via


AnalysisCreateConfig interface

model interface AnalysisCreateConfig

Properties

files
package

Nginx Configuration Package

protectedFiles
rootFile

The root file of the NGINX config file(s). It must match one of the files' filepath.

Property Details

files

files?: NginxConfigurationFile[]

Property Value

package

Nginx Configuration Package

package?: NginxConfigurationPackage

Property Value

protectedFiles

protectedFiles?: NginxConfigurationProtectedFileRequest[]

Property Value

rootFile

The root file of the NGINX config file(s). It must match one of the files' filepath.

rootFile?: string

Property Value

string