NginxConfigurationProtectedFileRequest interface
Nginx Configuration Protected File Request
Properties
| content | The content of the protected file. This value is a PUT only value. If you perform a GET request on this value, it will be empty because it is a protected file. |
| content |
The hash of the content of the file. This value is used to determine if the file has changed. |
| virtual |
The virtual path of the protected file. |
Property Details
content
The content of the protected file. This value is a PUT only value. If you perform a GET request on this value, it will be empty because it is a protected file.
content?: string
Property Value
string
contentHash
The hash of the content of the file. This value is used to determine if the file has changed.
contentHash?: string
Property Value
string
virtualPath
The virtual path of the protected file.
virtualPath?: string
Property Value
string