共用方式為


NginxConfigurationProtectedFileRequest interface

Nginx 組態保護檔案請求

屬性

content

受保護檔案的內容。 這個值是僅限 PUT 值。 如果您在此值上執行 GET 要求,則會是空的,因為它是受保護的檔案。

contentHash

檔案內容的哈希。 這個值用來判斷檔案是否已變更。

virtualPath

受保護檔案的虛擬路徑。

屬性詳細資料

content

受保護檔案的內容。 這個值是僅限 PUT 值。 如果您在此值上執行 GET 要求,則會是空的,因為它是受保護的檔案。

content?: string

屬性值

string

contentHash

檔案內容的哈希。 這個值用來判斷檔案是否已變更。

contentHash?: string

屬性值

string

virtualPath

受保護檔案的虛擬路徑。

virtualPath?: string

屬性值

string