AnalysisCreateConfig interface
model interface AnalysisCreateConfig
Properties
| files | |
| package | Nginx Configuration Package |
| protected |
|
| root |
The root file of the NGINX config file(s). It must match one of the files' filepath. |
Property Details
files
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