NginxConfigurationProtectedFileResponse interface
Nginx Configuration Protected File Response
Properties
| 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
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